Html Css Color HEX #CE3378 Deep Cerise

📋 copy color: '#CE3378'

red 206 ◦ green 51 ◦ blue 120

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

Shades of Deep Cerise #CE3378

Tints of Deep Cerise #CE3378

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.53%

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

R = 54.64%
G = 13.53%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.42

 K value IS 0.19

RGB Variations

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

Color information

#CE3378 (or 0xCE3378) is known color: Deep Cerise. HEX triplet: CE, 33 and 78. RGB value is (206,51,120). Sum of RGB (Red+Green+Blue) = 206+51+120=377 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.64% from 377); Green value is 51 (20.31% from 255 or 13.53% from 377); Blue value is 120 (47.27% from 255 or 31.83% from 377); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3378 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3378 is #31CC87. Grayscale: #696969. Windows color (decimal): -3263624 or 7877582. OLE color: 7877582.

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

Color convert

RGB 206 51 120 -
CMYK 0 0.75 0.42 0.19
HSL 333.29º 0.61% 0.5% -
HSV(B) 333.29º 0.75% 0.81% -
XYZ 30.03 16.85 19.44 -
YUV 105.21 136.35 199.89 -
System Red Green Blue C M Y K H S L
Decimal 206 51 120 0 0.75 0.42 0.19 333.29 0.61 0.5
Hex CE 33 78 0 4B 2A 13 14D 3D 32
Octal 316 63 170 0 113 52 23 515 75 62
Binary 11001110 110011 1111000 0 1001011 101010 10011 101001101 111101 110010

Color Harmonies of #CE3378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3378

Black with #CE3378

Text Example


Text Example

White with #CE3378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3378; }

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

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

background-color css

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

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

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

border-color css

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

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

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