Html Css Color HEX #CE2778 Deep Cerise

📋 copy color: '#CE2778'

red 206 ◦ green 39 ◦ blue 120

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

Shades of Deep Cerise #CE2778

Tints of Deep Cerise #CE2778

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.68%

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

R = 56.44%
G = 10.68%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.42

 K value IS 0.19

RGB Variations

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

Color information

#CE2778 (or 0xCE2778) is known color: Deep Cerise. HEX triplet: CE, 27 and 78. RGB value is (206,39,120). Sum of RGB (Red+Green+Blue) = 206+39+120=365 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.44% from 365); Green value is 39 (15.62% from 255 or 10.68% from 365); Blue value is 120 (47.27% from 255 or 32.88% from 365); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2778 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2778 is #31D887. Grayscale: #626262. Windows color (decimal): -3266696 or 7874510. OLE color: 7874510.

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

Color convert

RGB 206 39 120 -
CMYK 0 0.81 0.42 0.19
HSL 330.9º 0.68% 0.48% -
HSV(B) 330.9º 0.81% 0.81% -
XYZ 29.57 15.93 19.29 -
YUV 98.17 140.33 204.91 -
System Red Green Blue C M Y K H S L
Decimal 206 39 120 0 0.81 0.42 0.19 330.9 0.68 0.48
Hex CE 27 78 0 51 2A 13 14B 44 30
Octal 316 47 170 0 121 52 23 513 104 60
Binary 11001110 100111 1111000 0 1010001 101010 10011 101001011 1000100 110000

Color Harmonies of #CE2778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2778

Black with #CE2778

Text Example


Text Example

White with #CE2778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2778; }

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

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

background-color css

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

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

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

border-color css

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

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

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