Html Css Color HEX #CD329B Deep Cerise

📋 copy color: '#CD329B'

red 205 ◦ green 50 ◦ blue 155

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

Shades of Deep Cerise #CD329B

Tints of Deep Cerise #CD329B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 37.8%

R = 50%
G = 12.2%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.24

 K value IS 0.20

RGB Variations

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

Color information

#CD329B (or 0xCD329B) is known color: Deep Cerise. HEX triplet: CD, 32 and 9B. RGB value is (205,50,155). Sum of RGB (Red+Green+Blue) = 205+50+155=410 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50% from 410); Green value is 50 (19.92% from 255 or 12.20% from 410); Blue value is 155 (60.94% from 255 or 37.80% from 410); Max value from RGB is 205 - color contains mainly: red. Hex color #CD329B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD329B is #32CD64. Grayscale: #6C6C6C. Windows color (decimal): -3329381 or 10171085. OLE color: 10171085.

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

Color convert

RGB 205 50 155 -
CMYK 0 0.76 0.24 0.20
HSL 319.35º 0.61% 0.5% -
HSV(B) 319.35º 0.76% 0.8% -
XYZ 32.23 17.63 32.71 -
YUV 108.32 154.35 196.96 -
System Red Green Blue C M Y K H S L
Decimal 205 50 155 0 0.76 0.24 0.20 319.35 0.61 0.5
Hex CD 32 9B 0 4C 18 14 13F 3D 32
Octal 315 62 233 0 114 30 24 477 75 62
Binary 11001101 110010 10011011 0 1001100 11000 10100 100111111 111101 110010

Color Harmonies of #CD329B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD329B

Black with #CD329B

Text Example


Text Example

White with #CD329B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD329B; }

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

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

background-color css

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

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

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

border-color css

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

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

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