Html Css Color HEX #CE3078 Deep Cerise

📋 copy color: '#CE3078'

red 206 ◦ green 48 ◦ blue 120

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

Shades of Deep Cerise #CE3078

Tints of Deep Cerise #CE3078

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.83%

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

R = 55.08%
G = 12.83%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.42

 K value IS 0.19

RGB Variations

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

Color information

#CE3078 (or 0xCE3078) is known color: Deep Cerise. HEX triplet: CE, 30 and 78. RGB value is (206,48,120). Sum of RGB (Red+Green+Blue) = 206+48+120=374 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.08% from 374); Green value is 48 (19.14% from 255 or 12.83% from 374); Blue value is 120 (47.27% from 255 or 32.09% from 374); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3078 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3078 is #31CF87. Grayscale: #676767. Windows color (decimal): -3264392 or 7876814. OLE color: 7876814.

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

Color convert

RGB 206 48 120 -
CMYK 0 0.77 0.42 0.19
HSL 332.66º 0.62% 0.5% -
HSV(B) 332.66º 0.77% 0.81% -
XYZ 29.9 16.59 19.4 -
YUV 103.45 137.35 201.15 -
System Red Green Blue C M Y K H S L
Decimal 206 48 120 0 0.77 0.42 0.19 332.66 0.62 0.5
Hex CE 30 78 0 4D 2A 13 14D 3E 32
Octal 316 60 170 0 115 52 23 515 76 62
Binary 11001110 110000 1111000 0 1001101 101010 10011 101001101 111110 110010

Color Harmonies of #CE3078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3078

Black with #CE3078

Text Example


Text Example

White with #CE3078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3078; }

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

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

background-color css

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

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

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

border-color css

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

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

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