Html Css Color HEX #CE32AC Deep Cerise

📋 copy color: '#CE32AC'

red 206 ◦ green 50 ◦ blue 172

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

Shades of Deep Cerise #CE32AC

Tints of Deep Cerise #CE32AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 40.19%

R = 48.13%
G = 11.68%
B = 40.19%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#CE32AC (or 0xCE32AC) is known color: Deep Cerise. HEX triplet: CE, 32 and AC. RGB value is (206,50,172). Sum of RGB (Red+Green+Blue) = 206+50+172=428 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.13% from 428); Green value is 50 (19.92% from 255 or 11.68% from 428); Blue value is 172 (67.58% from 255 or 40.19% from 428); Max value from RGB is 206 - color contains mainly: red. Hex color #CE32AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE32AC is #31CD53. Grayscale: #6E6E6E. Windows color (decimal): -3263828 or 11285198. OLE color: 11285198.

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

Color convert

RGB 206 50 172 -
CMYK 0 0.76 0.17 0.19
HSL 313.08º 0.61% 0.5% -
HSV(B) 313.08º 0.76% 0.81% -
XYZ 34.04 18.38 40.78 -
YUV 110.55 162.68 196.08 -
System Red Green Blue C M Y K H S L
Decimal 206 50 172 0 0.76 0.17 0.19 313.08 0.61 0.5
Hex CE 32 AC 0 4C 11 13 139 3D 32
Octal 316 62 254 0 114 21 23 471 75 62
Binary 11001110 110010 10101100 0 1001100 10001 10011 100111001 111101 110010

Color Harmonies of #CE32AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE32AC

Black with #CE32AC

Text Example


Text Example

White with #CE32AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE32AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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