Html Css Color HEX #CC2E92 Deep Cerise

📋 copy color: '#CC2E92'

red 204 ◦ green 46 ◦ blue 146

#CC2E92
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Cerise #CC2E92

Tints of Deep Cerise #CC2E92

RGB

 RED value IS 204 (80.08% from 255) = 51.52%

 GREEN value IS 46 (18.36% from 255) = 11.62%

 BLUE value IS 146 (57.42% from 255) = 36.87%

R = 51.52%
G = 11.62%
B = 36.87%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.28

 K value IS 0.2

RGB Variations

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

Color information

#CC2E92 (or 0xCC2E92) is known color: Deep Cerise. HEX triplet: CC, 2E and 92. RGB value is (204,46,146). Sum of RGB (Red+Green+Blue) = 204+46+146=396 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.52% from 396); Green value is 46 (18.36% from 255 or 11.62% from 396); Blue value is 146 (57.42% from 255 or 36.87% from 396); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2E92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2E92 is #33D16D. Grayscale: #686868. Windows color (decimal): -3395950 or 9580236. OLE color: 9580236.

HSL color Cylindrical-coordinate representation of color #CC2E92: hue angle of 322.03º 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 #CC2E92 is Cyan = 0, Magento = 0.77, Yellow = 0.28 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 46 146 -
CMYK 0 0.77 0.28 0.2
HSL 322.03º 0.63% 0.49% -
HSV(B) 322.03º 0.77% 0.8% -
XYZ 31.07 16.87 28.81 -
YUV 104.64 151.35 198.87 -
System Red Green Blue C M Y K H S L
Decimal 204 46 146 0 0.77 0.28 0.2 322.03 0.63 0.49
Hex CC 2E 92 0 4D 1C 14 142 3F 31
Octal 314 56 222 0 115 34 24 502 77 61
Binary 11001100 101110 10010010 0 1001101 11100 10100 101000010 111111 110001

Color Harmonies of #CC2E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2E92

Black with #CC2E92

Text Example


Text Example

White with #CC2E92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2E92; }

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

 H1.HeaderClassName
 {
   color: #CC2E92;
 }
 .AnyTagClassName
 {
   color: #CC2E92;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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