Html Css Color HEX #CE3278 Deep Cerise

📋 copy color: '#CE3278'

red 206 ◦ green 50 ◦ blue 120

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

Shades of Deep Cerise #CE3278

Tints of Deep Cerise #CE3278

RGB

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

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

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

R = 54.79%
G = 13.3%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.42

 K value IS 0.19

RGB Variations

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

Color information

#CE3278 (or 0xCE3278) is known color: Deep Cerise. HEX triplet: CE, 32 and 78. RGB value is (206,50,120). Sum of RGB (Red+Green+Blue) = 206+50+120=376 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.79% from 376); Green value is 50 (19.92% from 255 or 13.30% from 376); Blue value is 120 (47.27% from 255 or 31.91% from 376); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3278 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3278 is #31CD87. Grayscale: #686868. Windows color (decimal): -3263880 or 7877326. OLE color: 7877326.

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

Color convert

RGB 206 50 120 -
CMYK 0 0.76 0.42 0.19
HSL 333.08º 0.61% 0.5% -
HSV(B) 333.08º 0.76% 0.81% -
XYZ 29.98 16.76 19.42 -
YUV 104.62 136.68 200.31 -
System Red Green Blue C M Y K H S L
Decimal 206 50 120 0 0.76 0.42 0.19 333.08 0.61 0.5
Hex CE 32 78 0 4C 2A 13 14D 3D 32
Octal 316 62 170 0 114 52 23 515 75 62
Binary 11001110 110010 1111000 0 1001100 101010 10011 101001101 111101 110010

Color Harmonies of #CE3278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3278

Black with #CE3278

Text Example


Text Example

White with #CE3278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3278; }

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

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

background-color css

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

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

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

border-color css

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

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

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