Html Css Color HEX #CE32A5 Deep Cerise

📋 copy color: '#CE32A5'

red 206 ◦ green 50 ◦ blue 165

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

Shades of Deep Cerise #CE32A5

Tints of Deep Cerise #CE32A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 39.19%

R = 48.93%
G = 11.88%
B = 39.19%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.20

 K value IS 0.19

RGB Variations

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

Color information

#CE32A5 (or 0xCE32A5) is known color: Deep Cerise. HEX triplet: CE, 32 and A5. RGB value is (206,50,165). Sum of RGB (Red+Green+Blue) = 206+50+165=421 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.93% from 421); Green value is 50 (19.92% from 255 or 11.88% from 421); Blue value is 165 (64.84% from 255 or 39.19% from 421); Max value from RGB is 206 - color contains mainly: red. Hex color #CE32A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE32A5 is #31CD5A. Grayscale: #6D6D6D. Windows color (decimal): -3263835 or 10826446. OLE color: 10826446.

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

Color convert

RGB 206 50 165 -
CMYK 0 0.76 0.20 0.19
HSL 315.77º 0.61% 0.5% -
HSV(B) 315.77º 0.76% 0.81% -
XYZ 33.39 18.12 37.34 -
YUV 109.75 159.18 196.65 -
System Red Green Blue C M Y K H S L
Decimal 206 50 165 0 0.76 0.20 0.19 315.77 0.61 0.5
Hex CE 32 A5 0 4C 14 13 13C 3D 32
Octal 316 62 245 0 114 24 23 474 75 62
Binary 11001110 110010 10100101 0 1001100 10100 10011 100111100 111101 110010

Color Harmonies of #CE32A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE32A5

Black with #CE32A5

Text Example


Text Example

White with #CE32A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE32A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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