Html Css Color HEX #CD32A8 Deep Cerise

📋 copy color: '#CD32A8'

red 205 ◦ green 50 ◦ blue 168

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

Shades of Deep Cerise #CD32A8

Tints of Deep Cerise #CD32A8

RGB

 RED value IS 205 (80.47% from 255) = 48.46%

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

 BLUE value IS 168 (66.02% from 255) = 39.72%

R = 48.46%
G = 11.82%
B = 39.72%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.18

 K value IS 0.20

RGB Variations

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

Color information

#CD32A8 (or 0xCD32A8) is known color: Deep Cerise. HEX triplet: CD, 32 and A8. RGB value is (205,50,168). Sum of RGB (Red+Green+Blue) = 205+50+168=423 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.46% from 423); Green value is 50 (19.92% from 255 or 11.82% from 423); Blue value is 168 (66.02% from 255 or 39.72% from 423); Max value from RGB is 205 - color contains mainly: red. Hex color #CD32A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD32A8 is #32CD57. Grayscale: #6D6D6D. Windows color (decimal): -3329368 or 11023053. OLE color: 11023053.

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

Color convert

RGB 205 50 168 -
CMYK 0 0.76 0.18 0.20
HSL 314.32º 0.61% 0.5% -
HSV(B) 314.32º 0.76% 0.8% -
XYZ 33.39 18.09 38.78 -
YUV 109.8 160.85 195.91 -
System Red Green Blue C M Y K H S L
Decimal 205 50 168 0 0.76 0.18 0.20 314.32 0.61 0.5
Hex CD 32 A8 0 4C 12 14 13A 3D 32
Octal 315 62 250 0 114 22 24 472 75 62
Binary 11001101 110010 10101000 0 1001100 10010 10100 100111010 111101 110010

Color Harmonies of #CD32A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD32A8

Black with #CD32A8

Text Example


Text Example

White with #CD32A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD32A8; }

 p { color: rgb(205,50,168); }

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

background-color css

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

 a { background-color: rgb(205,50,168); }

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

border-color css

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

 span { border-color: rgb(205,50,168); }

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