Html Css Color HEX #CE2DAE Deep Cerise

📋 copy color: '#CE2DAE'

red 206 ◦ green 45 ◦ blue 174

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

Shades of Deep Cerise #CE2DAE

Tints of Deep Cerise #CE2DAE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.59%

 BLUE value IS 174 (68.36% from 255) = 40.94%

R = 48.47%
G = 10.59%
B = 40.94%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#CE2DAE (or 0xCE2DAE) is known color: Deep Cerise. HEX triplet: CE, 2D and AE. RGB value is (206,45,174). Sum of RGB (Red+Green+Blue) = 206+45+174=425 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.47% from 425); Green value is 45 (17.97% from 255 or 10.59% from 425); Blue value is 174 (68.36% from 255 or 40.94% from 425); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2DAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2DAE is #31D251. Grayscale: #6B6B6B. Windows color (decimal): -3265106 or 11414990. OLE color: 11414990.

HSL color Cylindrical-coordinate representation of color #CE2DAE: hue angle of 311.93º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CE2DAE is Cyan = 0, Magento = 0.78, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 45 174 -
CMYK 0 0.78 0.16 0.19
HSL 311.93º 0.64% 0.49% -
HSV(B) 311.93º 0.78% 0.81% -
XYZ 34.03 18.05 41.74 -
YUV 107.85 165.34 198.01 -
System Red Green Blue C M Y K H S L
Decimal 206 45 174 0 0.78 0.16 0.19 311.93 0.64 0.49
Hex CE 2D AE 0 4E 10 13 138 40 31
Octal 316 55 256 0 116 20 23 470 100 61
Binary 11001110 101101 10101110 0 1001110 10000 10011 100111000 1000000 110001

Color Harmonies of #CE2DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2DAE

Black with #CE2DAE

Text Example


Text Example

White with #CE2DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2DAE; }

 p { color: rgb(206,45,174); }

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

background-color css

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

 a { background-color: rgb(206,45,174); }

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

border-color css

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

 span { border-color: rgb(206,45,174); }

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