Html Css Color HEX #CE299C Deep Cerise

📋 copy color: '#CE299C'

red 206 ◦ green 41 ◦ blue 156

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

Shades of Deep Cerise #CE299C

Tints of Deep Cerise #CE299C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 38.71%

R = 51.12%
G = 10.17%
B = 38.71%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.24

 K value IS 0.19

RGB Variations

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

Color information

#CE299C (or 0xCE299C) is known color: Deep Cerise. HEX triplet: CE, 29 and 9C. RGB value is (206,41,156). Sum of RGB (Red+Green+Blue) = 206+41+156=403 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.12% from 403); Green value is 41 (16.41% from 255 or 10.17% from 403); Blue value is 156 (61.33% from 255 or 38.71% from 403); Max value from RGB is 206 - color contains mainly: red. Hex color #CE299C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE299C is #31D663. Grayscale: #676767. Windows color (decimal): -3266148 or 10234318. OLE color: 10234318.

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

Color convert

RGB 206 41 156 -
CMYK 0 0.80 0.24 0.19
HSL 318.18º 0.67% 0.48% -
HSV(B) 318.18º 0.8% 0.81% -
XYZ 32.25 17.11 33.06 -
YUV 103.45 157.66 201.15 -
System Red Green Blue C M Y K H S L
Decimal 206 41 156 0 0.80 0.24 0.19 318.18 0.67 0.48
Hex CE 29 9C 0 50 18 13 13E 43 30
Octal 316 51 234 0 120 30 23 476 103 60
Binary 11001110 101001 10011100 0 1010000 11000 10011 100111110 1000011 110000

Color Harmonies of #CE299C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE299C

Black with #CE299C

Text Example


Text Example

White with #CE299C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE299C; }

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

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

background-color css

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

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

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

border-color css

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

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

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