Html Css Color HEX #CE2978 Deep Cerise

📋 copy color: '#CE2978'

red 206 ◦ green 41 ◦ blue 120

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

Shades of Deep Cerise #CE2978

Tints of Deep Cerise #CE2978

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.17%

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

R = 56.13%
G = 11.17%
B = 32.7%

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

#CE2978 (or 0xCE2978) is known color: Deep Cerise. HEX triplet: CE, 29 and 78. RGB value is (206,41,120). Sum of RGB (Red+Green+Blue) = 206+41+120=367 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.13% from 367); Green value is 41 (16.41% from 255 or 11.17% from 367); Blue value is 120 (47.27% from 255 or 32.70% from 367); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2978 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2978 is #31D687. Grayscale: #636363. Windows color (decimal): -3266184 or 7875022. OLE color: 7875022.

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

Color convert

RGB 206 41 120 -
CMYK 0 0.80 0.42 0.19
HSL 331.27º 0.67% 0.48% -
HSV(B) 331.27º 0.8% 0.81% -
XYZ 29.64 16.06 19.31 -
YUV 99.34 139.66 204.08 -
System Red Green Blue C M Y K H S L
Decimal 206 41 120 0 0.80 0.42 0.19 331.27 0.67 0.48
Hex CE 29 78 0 50 2A 13 14B 43 30
Octal 316 51 170 0 120 52 23 513 103 60
Binary 11001110 101001 1111000 0 1010000 101010 10011 101001011 1000011 110000

Color Harmonies of #CE2978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2978

Black with #CE2978

Text Example


Text Example

White with #CE2978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2978; }

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

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

background-color css

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

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

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

border-color css

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

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

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