Html Css Color HEX #CE2995 Deep Cerise

📋 copy color: '#CE2995'

red 206 ◦ green 41 ◦ blue 149

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

Shades of Deep Cerise #CE2995

Tints of Deep Cerise #CE2995

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.35%

 BLUE value IS 149 (58.59% from 255) = 37.63%

R = 52.02%
G = 10.35%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.28

 K value IS 0.19

RGB Variations

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

Color information

#CE2995 (or 0xCE2995) is known color: Deep Cerise. HEX triplet: CE, 29 and 95. RGB value is (206,41,149). Sum of RGB (Red+Green+Blue) = 206+41+149=396 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.02% from 396); Green value is 41 (16.41% from 255 or 10.35% from 396); Blue value is 149 (58.59% from 255 or 37.63% from 396); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2995 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2995 is #31D66A. Grayscale: #666666. Windows color (decimal): -3266155 or 9775566. OLE color: 9775566.

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

Color convert

RGB 206 41 149 -
CMYK 0 0.80 0.28 0.19
HSL 320.73º 0.67% 0.48% -
HSV(B) 320.73º 0.8% 0.81% -
XYZ 31.67 16.88 30.02 -
YUV 102.65 154.16 201.72 -
System Red Green Blue C M Y K H S L
Decimal 206 41 149 0 0.80 0.28 0.19 320.73 0.67 0.48
Hex CE 29 95 0 50 1C 13 141 43 30
Octal 316 51 225 0 120 34 23 501 103 60
Binary 11001110 101001 10010101 0 1010000 11100 10011 101000001 1000011 110000

Color Harmonies of #CE2995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2995

Black with #CE2995

Text Example


Text Example

White with #CE2995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2995; }

 p { color: rgb(206,41,149); }

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

background-color css

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

 a { background-color: rgb(206,41,149); }

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

border-color css

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

 span { border-color: rgb(206,41,149); }

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