Html Css Color HEX #CE2979 Deep Cerise

📋 copy color: '#CE2979'

red 206 ◦ green 41 ◦ blue 121

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

Shades of Deep Cerise #CE2979

Tints of Deep Cerise #CE2979

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 32.88%

R = 55.98%
G = 11.14%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#CE2979 (or 0xCE2979) is known color: Deep Cerise. HEX triplet: CE, 29 and 79. RGB value is (206,41,121). Sum of RGB (Red+Green+Blue) = 206+41+121=368 (48% of max value = 765). Red value is 206 (80.86% from 255 or 55.98% from 368); Green value is 41 (16.41% from 255 or 11.14% from 368); Blue value is 121 (47.66% from 255 or 32.88% from 368); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2979 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2979 is #31D686. Grayscale: #636363. Windows color (decimal): -3266183 or 7940558. OLE color: 7940558.

HSL color Cylindrical-coordinate representation of color #CE2979: hue angle of 330.91º 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 #CE2979 is Cyan = 0, Magento = 0.80, Yellow = 0.41 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 41 121 -
CMYK 0 0.80 0.41 0.19
HSL 330.91º 0.67% 0.48% -
HSV(B) 330.91º 0.8% 0.81% -
XYZ 29.7 16.09 19.63 -
YUV 99.46 140.16 204 -
System Red Green Blue C M Y K H S L
Decimal 206 41 121 0 0.80 0.41 0.19 330.91 0.67 0.48
Hex CE 29 79 0 50 29 13 14B 43 30
Octal 316 51 171 0 120 51 23 513 103 60
Binary 11001110 101001 1111001 0 1010000 101001 10011 101001011 1000011 110000

Color Harmonies of #CE2979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2979

Black with #CE2979

Text Example


Text Example

White with #CE2979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2979; }

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

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

background-color css

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

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

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

border-color css

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

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

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