Html Css Color HEX #CD29AA Medium Violet Red

📋 copy color: '#CD29AA'

red 205 ◦ green 41 ◦ blue 170

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

Shades of Medium Violet Red #CD29AA

Tints of Medium Violet Red #CD29AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 40.87%

R = 49.28%
G = 9.86%
B = 40.87%

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

#CD29AA (or 0xCD29AA) is known color: Medium Violet Red. HEX triplet: CD, 29 and AA. RGB value is (205,41,170). Sum of RGB (Red+Green+Blue) = 205+41+170=416 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.28% from 416); Green value is 41 (16.41% from 255 or 9.86% from 416); Blue value is 170 (66.80% from 255 or 40.87% from 416); Max value from RGB is 205 - color contains mainly: red. Hex color #CD29AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD29AA is #32D655. Grayscale: #686868. Windows color (decimal): -3331670 or 11151821. OLE color: 11151821.

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

Color convert

RGB 205 41 170 -
CMYK 0 0.8 0.17 0.20
HSL 312.8º 0.67% 0.48% -
HSV(B) 312.8º 0.8% 0.8% -
XYZ 33.23 17.47 39.65 -
YUV 104.74 164.83 199.51 -
System Red Green Blue C M Y K H S L
Decimal 205 41 170 0 0.8 0.17 0.20 312.8 0.67 0.48
Hex CD 29 AA 0 50 11 14 139 43 30
Octal 315 51 252 0 120 21 24 471 103 60
Binary 11001101 101001 10101010 0 1010000 10001 10100 100111001 1000011 110000

Color Harmonies of #CD29AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD29AA

Black with #CD29AA

Text Example


Text Example

White with #CD29AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD29AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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