#CC38AE

Color #CC38AE Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #CC38AE

Tints of Fuchsia #CC38AE

Color information

#CC38AE (or 0xCC38AE) is unknown color: approx Fuchsia. HEX triplet: CC, 38 and AE. RGB value is (204,56,174). Sum of RGB (Red+Green+Blue) = 204+56+174=434 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.00% from 434); Green value is 56 (22.27% from 255 or 12.90% from 434); Blue value is 174 (68.36% from 255 or 40.09% from 434); Max value from RGB is 204 - color contains mainly: red. Hex color #CC38AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC38AE is #33C751. Grayscale: #717171. Windows color (decimal): -3393362 or 11417804. OLE color: 11417804.

HSL color Cylindrical-coordinate representation of color #CC38AE: hue angle of 312.16º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CC38AE is Cyan = 0, Magento = 0.73, Yellow = 0.15 and Black (K on CMYK) = 0.2.

Color convert

RGB20456174-
CMYK00.730.150.2
HSL312.16º59.2%50.98%-
HSV(B)312.16º72.55%80%-
XYZ33.9618.7241.87-
YUV113.7162.03192.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 47.00%
GREEN value IS 56 (22.27% from 255) = 12.90%
BLUE value IS 174 (68.36% from 255) = 40.09%
R=47.00%
G=12.90%
B=40.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.15
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2045617400.730.150.2312.1659.250.98
HexCC38AE049F141383b33
Octal31470256011117244707363
Binary110011001110001010111001001001111110100100111000111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC38AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC38AE; }

 p { color: rgb(204,56,174); }

 H1.HeaderClassName
 {
   color: #CC38AE;
 }
 .AnyTagClassName
 {
   color: #CC38AE;
 }
</style>
background-color css

<style>
 a { background-color: #CC38AE; }

 a { background-color: rgb(204,56,174); }

 div.DivClassName
 {
   background-color: #CC38AE;
 }
 .BgClassName
 {
   background-color: #CC38AE;
 }
</style>
border-color css

<style>
 span { border-color: #CC38AE; }

 span { border-color: rgb(204,56,174); }

 td.TdClassName
 {
   border-color: #CC38AE;
 }
 .TagClassName
 {
   border-color: #CC38AE;
 }
</style>