Html Css Color HEX #CD32AB Medium Red Violet

📋 copy color: '#CD32AB'

red 205 ◦ green 50 ◦ blue 171

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

Shades of Medium Red Violet #CD32AB

Tints of Medium Red Violet #CD32AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 40.14%

R = 48.12%
G = 11.74%
B = 40.14%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.17

 K value IS 0.20

RGB Variations

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

Color information

#CD32AB (or 0xCD32AB) is known color: Medium Red Violet. HEX triplet: CD, 32 and AB. RGB value is (205,50,171). Sum of RGB (Red+Green+Blue) = 205+50+171=426 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.12% from 426); Green value is 50 (19.92% from 255 or 11.74% from 426); Blue value is 171 (67.19% from 255 or 40.14% from 426); Max value from RGB is 205 - color contains mainly: red. Hex color #CD32AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD32AB is #32CD54. Grayscale: #6D6D6D. Windows color (decimal): -3329365 or 11219661. OLE color: 11219661.

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

Color convert

RGB 205 50 171 -
CMYK 0 0.76 0.17 0.20
HSL 313.16º 0.61% 0.5% -
HSV(B) 313.16º 0.76% 0.8% -
XYZ 33.67 18.2 40.27 -
YUV 110.14 162.35 195.66 -
System Red Green Blue C M Y K H S L
Decimal 205 50 171 0 0.76 0.17 0.20 313.16 0.61 0.5
Hex CD 32 AB 0 4C 11 14 139 3D 32
Octal 315 62 253 0 114 21 24 471 75 62
Binary 11001101 110010 10101011 0 1001100 10001 10100 100111001 111101 110010

Color Harmonies of #CD32AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD32AB

Black with #CD32AB

Text Example


Text Example

White with #CD32AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD32AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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