Html Css Color HEX #CE3279 Deep Cerise

📋 copy color: '#CE3279'

red 206 ◦ green 50 ◦ blue 121

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

Shades of Deep Cerise #CE3279

Tints of Deep Cerise #CE3279

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.26%

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

R = 54.64%
G = 13.26%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#CE3279 (or 0xCE3279) is known color: Deep Cerise. HEX triplet: CE, 32 and 79. RGB value is (206,50,121). Sum of RGB (Red+Green+Blue) = 206+50+121=377 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.64% from 377); Green value is 50 (19.92% from 255 or 13.26% from 377); Blue value is 121 (47.66% from 255 or 32.10% from 377); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3279 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3279 is #31CD86. Grayscale: #686868. Windows color (decimal): -3263879 or 7942862. OLE color: 7942862.

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

Color convert

RGB 206 50 121 -
CMYK 0 0.76 0.41 0.19
HSL 332.69º 0.61% 0.5% -
HSV(B) 332.69º 0.76% 0.81% -
XYZ 30.05 16.78 19.75 -
YUV 104.74 137.18 200.23 -
System Red Green Blue C M Y K H S L
Decimal 206 50 121 0 0.76 0.41 0.19 332.69 0.61 0.5
Hex CE 32 79 0 4C 29 13 14D 3D 32
Octal 316 62 171 0 114 51 23 515 75 62
Binary 11001110 110010 1111001 0 1001100 101001 10011 101001101 111101 110010

Color Harmonies of #CE3279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3279

Black with #CE3279

Text Example


Text Example

White with #CE3279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3279; }

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

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

background-color css

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

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

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

border-color css

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

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

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