#CC2E8B

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

Shades of Deep Cerise #CC2E8B

Tints of Deep Cerise #CC2E8B

Color information

#CC2E8B (or 0xCC2E8B) is unknown color: approx Deep Cerise. HEX triplet: CC, 2E and 8B. RGB value is (204,46,139). Sum of RGB (Red+Green+Blue) = 204+46+139=389 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.44% from 389); Green value is 46 (18.36% from 255 or 11.83% from 389); Blue value is 139 (54.69% from 255 or 35.73% from 389); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2E8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2E8B is #33D174. Grayscale: #676767. Windows color (decimal): -3395957 or 9121484. OLE color: 9121484.

HSL color Cylindrical-coordinate representation of color #CC2E8B: hue angle of 324.68º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CC2E8B is Cyan = 0, Magento = 0.77, Yellow = 0.32 and Black (K on CMYK) = 0.2.

Color convert

RGB20446139-
CMYK00.770.320.2
HSL324.68º63.2%49.02%-
HSV(B)324.68º77.45%80%-
XYZ30.5416.6626.03-
YUV103.84147.85199.44-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 52.44%
GREEN value IS 46 (18.36% from 255) = 11.83%
BLUE value IS 139 (54.69% from 255) = 35.73%
R=52.44%
G=11.83%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.32
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2044613900.770.320.2324.6863.249.02
HexCC2E8B04D20141453f31
Octal31456213011540245057761
Binary11001100101110100010110100110110000010100101000101111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC2E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC2E8B; }

 p { color: rgb(204,46,139); }

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

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

 a { background-color: rgb(204,46,139); }

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

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

 span { border-color: rgb(204,46,139); }

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