Html Css Color HEX #CE29A4 Deep Cerise

📋 copy color: '#CE29A4'

red 206 ◦ green 41 ◦ blue 164

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

Shades of Deep Cerise #CE29A4

Tints of Deep Cerise #CE29A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 39.9%

R = 50.12%
G = 9.98%
B = 39.9%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.20

 K value IS 0.19

RGB Variations

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

Color information

#CE29A4 (or 0xCE29A4) is known color: Deep Cerise. HEX triplet: CE, 29 and A4. RGB value is (206,41,164). Sum of RGB (Red+Green+Blue) = 206+41+164=411 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.12% from 411); Green value is 41 (16.41% from 255 or 9.98% from 411); Blue value is 164 (64.45% from 255 or 39.90% from 411); Max value from RGB is 206 - color contains mainly: red. Hex color #CE29A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE29A4 is #31D65B. Grayscale: #686868. Windows color (decimal): -3266140 or 10758606. OLE color: 10758606.

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

Color convert

RGB 206 41 164 -
CMYK 0 0.80 0.20 0.19
HSL 315.27º 0.67% 0.48% -
HSV(B) 315.27º 0.8% 0.81% -
XYZ 32.95 17.39 36.74 -
YUV 104.36 161.66 200.5 -
System Red Green Blue C M Y K H S L
Decimal 206 41 164 0 0.80 0.20 0.19 315.27 0.67 0.48
Hex CE 29 A4 0 50 14 13 13B 43 30
Octal 316 51 244 0 120 24 23 473 103 60
Binary 11001110 101001 10100100 0 1010000 10100 10011 100111011 1000011 110000

Color Harmonies of #CE29A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE29A4

Black with #CE29A4

Text Example


Text Example

White with #CE29A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE29A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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