Html Css Color HEX #CE3276 Deep Cerise

📋 copy color: '#CE3276'

red 206 ◦ green 50 ◦ blue 118

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

Shades of Deep Cerise #CE3276

Tints of Deep Cerise #CE3276

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 31.55%

R = 55.08%
G = 13.37%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CE3276 (or 0xCE3276) is known color: Deep Cerise. HEX triplet: CE, 32 and 76. RGB value is (206,50,118). Sum of RGB (Red+Green+Blue) = 206+50+118=374 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.08% from 374); Green value is 50 (19.92% from 255 or 13.37% from 374); Blue value is 118 (46.48% from 255 or 31.55% from 374); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3276 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3276 is #31CD89. Grayscale: #686868. Windows color (decimal): -3263882 or 7746254. OLE color: 7746254.

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

Color convert

RGB 206 50 118 -
CMYK 0 0.76 0.43 0.19
HSL 333.85º 0.61% 0.5% -
HSV(B) 333.85º 0.76% 0.81% -
XYZ 29.86 16.71 18.79 -
YUV 104.4 135.68 200.47 -
System Red Green Blue C M Y K H S L
Decimal 206 50 118 0 0.76 0.43 0.19 333.85 0.61 0.5
Hex CE 32 76 0 4C 2B 13 14E 3D 32
Octal 316 62 166 0 114 53 23 516 75 62
Binary 11001110 110010 1110110 0 1001100 101011 10011 101001110 111101 110010

Color Harmonies of #CE3276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3276

Black with #CE3276

Text Example


Text Example

White with #CE3276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3276; }

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

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

background-color css

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

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

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

border-color css

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

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

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