#CD329A

Color #CD329A Deep Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Cerise #CD329A

Tints of Deep Cerise #CD329A

Color information

#CD329A (or 0xCD329A) is unknown color: approx Deep Cerise. HEX triplet: CD, 32 and 9A. RGB value is (205,50,154). Sum of RGB (Red+Green+Blue) = 205+50+154=409 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50.12% from 409); Green value is 50 (19.92% from 255 or 12.22% from 409); Blue value is 154 (60.55% from 255 or 37.65% from 409); Max value from RGB is 205 - color contains mainly: red. Hex color #CD329A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD329A is #32CD65. Grayscale: #6B6B6B. Windows color (decimal): -3329382 or 10105549. OLE color: 10105549.

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

Color convert

RGB20550154-
CMYK00.760.250.20
HSL319.74º60.78%50%-
HSV(B)319.74º75.61%80.39%-
XYZ32.1517.5932.27-
YUV108.2153.85197.04-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 50.12%
GREEN value IS 50 (19.92% from 255) = 12.22%
BLUE value IS 154 (60.55% from 255) = 37.65%
R=50.12%
G=12.22%
B=37.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.25
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2055015400.760.250.20319.7460.7850
HexCD329A04C19141403d32
Octal31562232011431245007562
Binary1100110111001010011010010011001100110100101000000111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD329A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD329A; }

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

 H1.HeaderClassName
 {
   color: #CD329A;
 }
 .AnyTagClassName
 {
   color: #CD329A;
 }
</style>
background-color css

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

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

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

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

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

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