Html Css Color HEX #CE2A78 Deep Cerise

📋 copy color: '#CE2A78'

red 206 ◦ green 42 ◦ blue 120

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

Shades of Deep Cerise #CE2A78

Tints of Deep Cerise #CE2A78

RGB

 RED value IS 206 (80.86% from 255) = 55.98%

 GREEN value IS 42 (16.8% from 255) = 11.41%

 BLUE value IS 120 (47.27% from 255) = 32.61%

R = 55.98%
G = 11.41%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.42

 K value IS 0.19

RGB Variations

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

Color information

#CE2A78 (or 0xCE2A78) is known color: Deep Cerise. HEX triplet: CE, 2A and 78. RGB value is (206,42,120). Sum of RGB (Red+Green+Blue) = 206+42+120=368 (48% of max value = 765). Red value is 206 (80.86% from 255 or 55.98% from 368); Green value is 42 (16.80% from 255 or 11.41% from 368); Blue value is 120 (47.27% from 255 or 32.61% from 368); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2A78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2A78 is #31D587. Grayscale: #636363. Windows color (decimal): -3265928 or 7875278. OLE color: 7875278.

HSL color Cylindrical-coordinate representation of color #CE2A78: hue angle of 331.46º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CE2A78 is Cyan = 0, Magento = 0.80, Yellow = 0.42 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 42 120 -
CMYK 0 0.80 0.42 0.19
HSL 331.46º 0.66% 0.49% -
HSV(B) 331.46º 0.8% 0.81% -
XYZ 29.67 16.13 19.32 -
YUV 99.93 139.33 203.66 -
System Red Green Blue C M Y K H S L
Decimal 206 42 120 0 0.80 0.42 0.19 331.46 0.66 0.49
Hex CE 2A 78 0 50 2A 13 14B 42 31
Octal 316 52 170 0 120 52 23 513 102 61
Binary 11001110 101010 1111000 0 1010000 101010 10011 101001011 1000010 110001

Color Harmonies of #CE2A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2A78

Black with #CE2A78

Text Example


Text Example

White with #CE2A78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2A78; }

 p { color: rgb(206,42,120); }

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

background-color css

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

 a { background-color: rgb(206,42,120); }

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

border-color css

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

 span { border-color: rgb(206,42,120); }

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