Html Css Color HEX #CE299B Deep Cerise

📋 copy color: '#CE299B'

red 206 ◦ green 41 ◦ blue 155

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

Shades of Deep Cerise #CE299B

Tints of Deep Cerise #CE299B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 38.56%

R = 51.24%
G = 10.2%
B = 38.56%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.25

 K value IS 0.19

RGB Variations

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

Color information

#CE299B (or 0xCE299B) is known color: Deep Cerise. HEX triplet: CE, 29 and 9B. RGB value is (206,41,155). Sum of RGB (Red+Green+Blue) = 206+41+155=402 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.24% from 402); Green value is 41 (16.41% from 255 or 10.20% from 402); Blue value is 155 (60.94% from 255 or 38.56% from 402); Max value from RGB is 206 - color contains mainly: red. Hex color #CE299B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE299B is #31D664. Grayscale: #676767. Windows color (decimal): -3266149 or 10168782. OLE color: 10168782.

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

Color convert

RGB 206 41 155 -
CMYK 0 0.80 0.25 0.19
HSL 318.55º 0.67% 0.48% -
HSV(B) 318.55º 0.8% 0.81% -
XYZ 32.16 17.07 32.61 -
YUV 103.33 157.16 201.23 -
System Red Green Blue C M Y K H S L
Decimal 206 41 155 0 0.80 0.25 0.19 318.55 0.67 0.48
Hex CE 29 9B 0 50 19 13 13F 43 30
Octal 316 51 233 0 120 31 23 477 103 60
Binary 11001110 101001 10011011 0 1010000 11001 10011 100111111 1000011 110000

Color Harmonies of #CE299B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE299B

Black with #CE299B

Text Example


Text Example

White with #CE299B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE299B; }

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

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

background-color css

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

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

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

border-color css

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

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

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