Html Css Color HEX #CE29A0 Deep Cerise

📋 copy color: '#CE29A0'

red 206 ◦ green 41 ◦ blue 160

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

Shades of Deep Cerise #CE29A0

Tints of Deep Cerise #CE29A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 39.31%

R = 50.61%
G = 10.07%
B = 39.31%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.22

 K value IS 0.19

RGB Variations

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

Color information

#CE29A0 (or 0xCE29A0) is known color: Deep Cerise. HEX triplet: CE, 29 and A0. RGB value is (206,41,160). Sum of RGB (Red+Green+Blue) = 206+41+160=407 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.61% from 407); Green value is 41 (16.41% from 255 or 10.07% from 407); Blue value is 160 (62.89% from 255 or 39.31% from 407); Max value from RGB is 206 - color contains mainly: red. Hex color #CE29A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE29A0 is #31D65F. Grayscale: #676767. Windows color (decimal): -3266144 or 10496462. OLE color: 10496462.

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

Color convert

RGB 206 41 160 -
CMYK 0 0.80 0.22 0.19
HSL 316.73º 0.67% 0.48% -
HSV(B) 316.73º 0.8% 0.81% -
XYZ 32.59 17.25 34.87 -
YUV 103.9 159.66 200.82 -
System Red Green Blue C M Y K H S L
Decimal 206 41 160 0 0.80 0.22 0.19 316.73 0.67 0.48
Hex CE 29 A0 0 50 16 13 13D 43 30
Octal 316 51 240 0 120 26 23 475 103 60
Binary 11001110 101001 10100000 0 1010000 10110 10011 100111101 1000011 110000

Color Harmonies of #CE29A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE29A0

Black with #CE29A0

Text Example


Text Example

White with #CE29A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE29A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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