Html Css Color HEX #CE2879 Deep Cerise

📋 copy color: '#CE2879'

red 206 ◦ green 40 ◦ blue 121

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

Shades of Deep Cerise #CE2879

Tints of Deep Cerise #CE2879

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.9%

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

R = 56.13%
G = 10.9%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#CE2879 (or 0xCE2879) is known color: Deep Cerise. HEX triplet: CE, 28 and 79. RGB value is (206,40,121). Sum of RGB (Red+Green+Blue) = 206+40+121=367 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.13% from 367); Green value is 40 (16.02% from 255 or 10.90% from 367); Blue value is 121 (47.66% from 255 or 32.97% from 367); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2879 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2879 is #31D786. Grayscale: #626262. Windows color (decimal): -3266439 or 7940302. OLE color: 7940302.

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

Color convert

RGB 206 40 121 -
CMYK 0 0.81 0.41 0.19
HSL 330.72º 0.67% 0.48% -
HSV(B) 330.72º 0.81% 0.81% -
XYZ 29.66 16.02 19.62 -
YUV 98.87 140.5 204.41 -
System Red Green Blue C M Y K H S L
Decimal 206 40 121 0 0.81 0.41 0.19 330.72 0.67 0.48
Hex CE 28 79 0 51 29 13 14B 43 30
Octal 316 50 171 0 121 51 23 513 103 60
Binary 11001110 101000 1111001 0 1010001 101001 10011 101001011 1000011 110000

Color Harmonies of #CE2879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2879

Black with #CE2879

Text Example


Text Example

White with #CE2879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2879; }

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

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

background-color css

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

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

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

border-color css

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

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

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