#CC3682

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

Shades of Deep Cerise #CC3682

Tints of Deep Cerise #CC3682

Color information

#CC3682 (or 0xCC3682) is unknown color: approx Deep Cerise. HEX triplet: CC, 36 and 82. RGB value is (204,54,130). Sum of RGB (Red+Green+Blue) = 204+54+130=388 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.58% from 388); Green value is 54 (21.48% from 255 or 13.92% from 388); Blue value is 130 (51.17% from 255 or 33.51% from 388); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3682 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC3682 is #33C97D. Grayscale: #6B6B6B. Windows color (decimal): -3393918 or 8533708. OLE color: 8533708.

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

Color convert

RGB20454130-
CMYK00.740.360.2
HSL329.6º59.52%50.59%-
HSV(B)329.6º73.53%80%-
XYZ30.2517.0922.82-
YUV107.51140.7196.82-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 52.58%
GREEN value IS 54 (21.48% from 255) = 13.92%
BLUE value IS 130 (51.17% from 255) = 33.51%
R=52.58%
G=13.92%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.36
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2045413000.740.360.2329.659.5250.59
HexCC368204A241414a3c33
Octal31466202011244245127463
Binary11001100110110100000100100101010010010100101001010111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC3682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC3682; }

 p { color: rgb(204,54,130); }

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

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

 a { background-color: rgb(204,54,130); }

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

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

 span { border-color: rgb(204,54,130); }

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