#CC39B7

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

Shades of Fuchsia #CC39B7

Tints of Fuchsia #CC39B7

Color information

#CC39B7 (or 0xCC39B7) is unknown color: approx Fuchsia. HEX triplet: CC, 39 and B7. RGB value is (204,57,183). Sum of RGB (Red+Green+Blue) = 204+57+183=444 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.95% from 444); Green value is 57 (22.66% from 255 or 12.84% from 444); Blue value is 183 (71.88% from 255 or 41.22% from 444); Max value from RGB is 204 - color contains mainly: red. Hex color #CC39B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC39B7 is #33C648. Grayscale: #727272. Windows color (decimal): -3393097 or 12007884. OLE color: 12007884.

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

Color convert

RGB20457183-
CMYK00.720.100.2
HSL308.57º59.04%51.18%-
HSV(B)308.57º72.06%80%-
XYZ34.9119.1846.66-
YUV115.32166.2191.25-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.95%
GREEN value IS 57 (22.66% from 255) = 12.84%
BLUE value IS 183 (71.88% from 255) = 41.22%
R=45.95%
G=12.84%
B=41.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.10
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2045718300.720.100.2308.5759.0451.18
HexCC39B7048A141353b33
Octal31471267011012244657363
Binary110011001110011011011101001000101010100100110101111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC39B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC39B7; }

 p { color: rgb(204,57,183); }

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

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

 a { background-color: rgb(204,57,183); }

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

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

 span { border-color: rgb(204,57,183); }

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