Html Css Color HEX #CD329A Deep Cerise

📋 copy color: '#CD329A'

red 205 ◦ green 50 ◦ blue 154

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

Shades of Deep Cerise #CD329A

Tints of Deep Cerise #CD329A

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 value IS 0

 M value IS 0.76

 Y value IS 0.25

 K value IS 0.20

RGB Variations

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

Color information

#CD329A (or 0xCD329A) is known color: 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

RGB 205 50 154 -
CMYK 0 0.76 0.25 0.20
HSL 319.74º 0.61% 0.5% -
HSV(B) 319.74º 0.76% 0.8% -
XYZ 32.15 17.59 32.27 -
YUV 108.2 153.85 197.04 -
System Red Green Blue C M Y K H S L
Decimal 205 50 154 0 0.76 0.25 0.20 319.74 0.61 0.5
Hex CD 32 9A 0 4C 19 14 140 3D 32
Octal 315 62 232 0 114 31 24 500 75 62
Binary 11001101 110010 10011010 0 1001100 11001 10100 101000000 111101 110010

Color Harmonies of #CD329A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD329A

Black with #CD329A

Text Example


Text Example

White with #CD329A

Text Example


Text Example

HTML Codes & Css Web 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>