#CC39D4

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

Shades of Fuchsia #CC39D4

Tints of Fuchsia #CC39D4

Color information

#CC39D4 (or 0xCC39D4) is unknown color: approx Fuchsia. HEX triplet: CC, 39 and D4. RGB value is (204,57,212). Sum of RGB (Red+Green+Blue) = 204+57+212=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 57 (22.66% from 255 or 12.05% from 473); Blue value is 212 (83.20% from 255 or 44.82% from 473); Max value from RGB is 212 - color contains mainly: blue. Hex color #CC39D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC39D4 is #33C62B. Grayscale: #767676. Windows color (decimal): -3393068 or 13908428. OLE color: 13908428.

HSL color Cylindrical-coordinate representation of color #CC39D4: hue angle of 296.9º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CC39D4 is Cyan = 0.04, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB20457212-
CMYK0.040.7300.17
HSL296.9º64.32%52.75%-
HSV(B)296.9º73.11%83.14%-
XYZ38.2520.5264.23-
YUV118.62180.7188.9-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.13%
GREEN value IS 57 (22.66% from 255) = 12.05%
BLUE value IS 212 (83.20% from 255) = 44.82%
R=43.13%
G=12.05%
B=44.82%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal204572120.040.7300.17296.964.3252.75
HexCC39D44490111294035
Octal31471324411102145110065
Binary110011001110011101010010010010010100011001010011000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC39D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC39D4; }

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

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

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

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

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

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

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

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