Html Css Color HEX #CE2791 Deep Cerise

📋 copy color: '#CE2791'

red 206 ◦ green 39 ◦ blue 145

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

Shades of Deep Cerise #CE2791

Tints of Deep Cerise #CE2791

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 37.18%

R = 52.82%
G = 10%
B = 37.18%

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

#CE2791 (or 0xCE2791) is known color: Deep Cerise. HEX triplet: CE, 27 and 91. RGB value is (206,39,145). Sum of RGB (Red+Green+Blue) = 206+39+145=390 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.82% from 390); Green value is 39 (15.62% from 255 or 10% from 390); Blue value is 145 (57.03% from 255 or 37.18% from 390); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2791 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2791 is #31D86E. Grayscale: #646464. Windows color (decimal): -3266671 or 9512910. OLE color: 9512910.

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

Color convert

RGB 206 39 145 -
CMYK 0 0.81 0.30 0.19
HSL 321.92º 0.68% 0.48% -
HSV(B) 321.92º 0.81% 0.81% -
XYZ 31.29 16.62 28.35 -
YUV 101.02 152.83 202.88 -
System Red Green Blue C M Y K H S L
Decimal 206 39 145 0 0.81 0.30 0.19 321.92 0.68 0.48
Hex CE 27 91 0 51 1E 13 142 44 30
Octal 316 47 221 0 121 36 23 502 104 60
Binary 11001110 100111 10010001 0 1010001 11110 10011 101000010 1000100 110000

Color Harmonies of #CE2791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2791

Black with #CE2791

Text Example


Text Example

White with #CE2791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2791; }

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

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

background-color css

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

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

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

border-color css

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

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

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