Html Css Color HEX #CD29AB Medium Violet Red

📋 copy color: '#CD29AB'

red 205 ◦ green 41 ◦ blue 171

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

Shades of Medium Violet Red #CD29AB

Tints of Medium Violet Red #CD29AB

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.83%

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

R = 49.16%
G = 9.83%
B = 41.01%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.17

 K value IS 0.20

RGB Variations

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

Color information

#CD29AB (or 0xCD29AB) is known color: Medium Violet Red. HEX triplet: CD, 29 and AB. RGB value is (205,41,171). Sum of RGB (Red+Green+Blue) = 205+41+171=417 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.16% from 417); Green value is 41 (16.41% from 255 or 9.83% from 417); Blue value is 171 (67.19% from 255 or 41.01% from 417); Max value from RGB is 205 - color contains mainly: red. Hex color #CD29AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD29AB is #32D654. Grayscale: #686868. Windows color (decimal): -3331669 or 11217357. OLE color: 11217357.

HSL color Cylindrical-coordinate representation of color #CD29AB: hue angle of 312.44º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CD29AB is Cyan = 0, Magento = 0.8, Yellow = 0.17 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 41 171 -
CMYK 0 0.8 0.17 0.20
HSL 312.44º 0.67% 0.48% -
HSV(B) 312.44º 0.8% 0.8% -
XYZ 33.32 17.51 40.15 -
YUV 104.86 165.33 199.43 -
System Red Green Blue C M Y K H S L
Decimal 205 41 171 0 0.8 0.17 0.20 312.44 0.67 0.48
Hex CD 29 AB 0 50 11 14 138 43 30
Octal 315 51 253 0 120 21 24 470 103 60
Binary 11001101 101001 10101011 0 1010000 10001 10100 100111000 1000011 110000

Color Harmonies of #CD29AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD29AB

Black with #CD29AB

Text Example


Text Example

White with #CD29AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD29AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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