Html Css Color HEX #CE2790 Deep Cerise

📋 copy color: '#CE2790'

red 206 ◦ green 39 ◦ blue 144

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

Shades of Deep Cerise #CE2790

Tints of Deep Cerise #CE2790

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 37.02%

R = 52.96%
G = 10.03%
B = 37.02%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.30

 K value IS 0.19

RGB Variations

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

Color information

#CE2790 (or 0xCE2790) is known color: Deep Cerise. HEX triplet: CE, 27 and 90. RGB value is (206,39,144). Sum of RGB (Red+Green+Blue) = 206+39+144=389 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.96% from 389); Green value is 39 (15.62% from 255 or 10.03% from 389); Blue value is 144 (56.64% from 255 or 37.02% from 389); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2790 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2790 is #31D86F. Grayscale: #646464. Windows color (decimal): -3266672 or 9447374. OLE color: 9447374.

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

Color convert

RGB 206 39 144 -
CMYK 0 0.81 0.30 0.19
HSL 322.28º 0.68% 0.48% -
HSV(B) 322.28º 0.81% 0.81% -
XYZ 31.21 16.59 27.94 -
YUV 100.9 152.33 202.96 -
System Red Green Blue C M Y K H S L
Decimal 206 39 144 0 0.81 0.30 0.19 322.28 0.68 0.48
Hex CE 27 90 0 51 1E 13 142 44 30
Octal 316 47 220 0 121 36 23 502 104 60
Binary 11001110 100111 10010000 0 1010001 11110 10011 101000010 1000100 110000

Color Harmonies of #CE2790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2790

Black with #CE2790

Text Example


Text Example

White with #CE2790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2790; }

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

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

background-color css

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

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

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

border-color css

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

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

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