Html Css Color HEX #CD29A8 Medium Violet Red

📋 copy color: '#CD29A8'

red 205 ◦ green 41 ◦ blue 168

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

Shades of Medium Violet Red #CD29A8

Tints of Medium Violet Red #CD29A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 40.58%

R = 49.52%
G = 9.9%
B = 40.58%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.18

 K value IS 0.20

RGB Variations

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

Color information

#CD29A8 (or 0xCD29A8) is known color: Medium Violet Red. HEX triplet: CD, 29 and A8. RGB value is (205,41,168). Sum of RGB (Red+Green+Blue) = 205+41+168=414 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.52% from 414); Green value is 41 (16.41% from 255 or 9.90% from 414); Blue value is 168 (66.02% from 255 or 40.58% from 414); Max value from RGB is 205 - color contains mainly: red. Hex color #CD29A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD29A8 is #32D657. Grayscale: #686868. Windows color (decimal): -3331672 or 11020749. OLE color: 11020749.

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

Color convert

RGB 205 41 168 -
CMYK 0 0.8 0.18 0.20
HSL 313.54º 0.67% 0.48% -
HSV(B) 313.54º 0.8% 0.8% -
XYZ 33.04 17.39 38.66 -
YUV 104.51 163.83 199.67 -
System Red Green Blue C M Y K H S L
Decimal 205 41 168 0 0.8 0.18 0.20 313.54 0.67 0.48
Hex CD 29 A8 0 50 12 14 13A 43 30
Octal 315 51 250 0 120 22 24 472 103 60
Binary 11001101 101001 10101000 0 1010000 10010 10100 100111010 1000011 110000

Color Harmonies of #CD29A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD29A8

Black with #CD29A8

Text Example


Text Example

White with #CD29A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD29A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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