Html Css Color HEX #CE299F Deep Cerise

📋 copy color: '#CE299F'

red 206 ◦ green 41 ◦ blue 159

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

Shades of Deep Cerise #CE299F

Tints of Deep Cerise #CE299F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 39.16%

R = 50.74%
G = 10.1%
B = 39.16%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.23

 K value IS 0.19

RGB Variations

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

Color information

#CE299F (or 0xCE299F) is known color: Deep Cerise. HEX triplet: CE, 29 and 9F. RGB value is (206,41,159). Sum of RGB (Red+Green+Blue) = 206+41+159=406 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.74% from 406); Green value is 41 (16.41% from 255 or 10.10% from 406); Blue value is 159 (62.5% from 255 or 39.16% from 406); Max value from RGB is 206 - color contains mainly: red. Hex color #CE299F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE299F is #31D660. Grayscale: #676767. Windows color (decimal): -3266145 or 10430926. OLE color: 10430926.

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

Color convert

RGB 206 41 159 -
CMYK 0 0.80 0.23 0.19
HSL 317.09º 0.67% 0.48% -
HSV(B) 317.09º 0.8% 0.81% -
XYZ 32.5 17.21 34.41 -
YUV 103.79 159.16 200.91 -
System Red Green Blue C M Y K H S L
Decimal 206 41 159 0 0.80 0.23 0.19 317.09 0.67 0.48
Hex CE 29 9F 0 50 17 13 13D 43 30
Octal 316 51 237 0 120 27 23 475 103 60
Binary 11001110 101001 10011111 0 1010000 10111 10011 100111101 1000011 110000

Color Harmonies of #CE299F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE299F

Black with #CE299F

Text Example


Text Example

White with #CE299F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE299F; }

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

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

background-color css

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

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

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

border-color css

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

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

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