Html Css Color HEX #CE29A6 Deep Cerise

📋 copy color: '#CE29A6'

red 206 ◦ green 41 ◦ blue 166

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

Shades of Deep Cerise #CE29A6

Tints of Deep Cerise #CE29A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 40.19%

R = 49.88%
G = 9.93%
B = 40.19%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.19

 K value IS 0.19

RGB Variations

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

Color information

#CE29A6 (or 0xCE29A6) is known color: Deep Cerise. HEX triplet: CE, 29 and A6. RGB value is (206,41,166). Sum of RGB (Red+Green+Blue) = 206+41+166=413 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.88% from 413); Green value is 41 (16.41% from 255 or 9.93% from 413); Blue value is 166 (65.23% from 255 or 40.19% from 413); Max value from RGB is 206 - color contains mainly: red. Hex color #CE29A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE29A6 is #31D659. Grayscale: #686868. Windows color (decimal): -3266138 or 10889678. OLE color: 10889678.

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

Color convert

RGB 206 41 166 -
CMYK 0 0.80 0.19 0.19
HSL 314.55º 0.67% 0.48% -
HSV(B) 314.55º 0.8% 0.81% -
XYZ 33.13 17.46 37.7 -
YUV 104.59 162.66 200.34 -
System Red Green Blue C M Y K H S L
Decimal 206 41 166 0 0.80 0.19 0.19 314.55 0.67 0.48
Hex CE 29 A6 0 50 13 13 13B 43 30
Octal 316 51 246 0 120 23 23 473 103 60
Binary 11001110 101001 10100110 0 1010000 10011 10011 100111011 1000011 110000

Color Harmonies of #CE29A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE29A6

Black with #CE29A6

Text Example


Text Example

White with #CE29A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE29A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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