Html Css Color HEX #CE32A2 Deep Cerise

📋 copy color: '#CE32A2'

red 206 ◦ green 50 ◦ blue 162

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

Shades of Deep Cerise #CE32A2

Tints of Deep Cerise #CE32A2

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.96%

 BLUE value IS 162 (63.67% from 255) = 38.76%

R = 49.28%
G = 11.96%
B = 38.76%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.21

 K value IS 0.19

RGB Variations

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

Color information

#CE32A2 (or 0xCE32A2) is known color: Deep Cerise. HEX triplet: CE, 32 and A2. RGB value is (206,50,162). Sum of RGB (Red+Green+Blue) = 206+50+162=418 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.28% from 418); Green value is 50 (19.92% from 255 or 11.96% from 418); Blue value is 162 (63.67% from 255 or 38.76% from 418); Max value from RGB is 206 - color contains mainly: red. Hex color #CE32A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE32A2 is #31CD5D. Grayscale: #6D6D6D. Windows color (decimal): -3263838 or 10629838. OLE color: 10629838.

HSL color Cylindrical-coordinate representation of color #CE32A2: hue angle of 316.92º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CE32A2 is Cyan = 0, Magento = 0.76, Yellow = 0.21 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 50 162 -
CMYK 0 0.76 0.21 0.19
HSL 316.92º 0.61% 0.5% -
HSV(B) 316.92º 0.76% 0.81% -
XYZ 33.12 18.01 35.91 -
YUV 109.41 157.68 196.89 -
System Red Green Blue C M Y K H S L
Decimal 206 50 162 0 0.76 0.21 0.19 316.92 0.61 0.5
Hex CE 32 A2 0 4C 15 13 13D 3D 32
Octal 316 62 242 0 114 25 23 475 75 62
Binary 11001110 110010 10100010 0 1001100 10101 10011 100111101 111101 110010

Color Harmonies of #CE32A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE32A2

Black with #CE32A2

Text Example


Text Example

White with #CE32A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE32A2; }

 p { color: rgb(206,50,162); }

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

background-color css

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

 a { background-color: rgb(206,50,162); }

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

border-color css

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

 span { border-color: rgb(206,50,162); }

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