Html Css Color HEX #CD2AAA Medium Red Violet

📋 copy color: '#CD2AAA'

red 205 ◦ green 42 ◦ blue 170

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

Shades of Medium Red Violet #CD2AAA

Tints of Medium Red Violet #CD2AAA

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.07%

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

R = 49.16%
G = 10.07%
B = 40.77%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.17

 K value IS 0.20

RGB Variations

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

Color information

#CD2AAA (or 0xCD2AAA) is known color: Medium Red Violet. HEX triplet: CD, 2A and AA. RGB value is (205,42,170). Sum of RGB (Red+Green+Blue) = 205+42+170=417 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.16% from 417); Green value is 42 (16.80% from 255 or 10.07% from 417); Blue value is 170 (66.80% from 255 or 40.77% from 417); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD2AAA is #32D555. Grayscale: #686868. Windows color (decimal): -3331414 or 11152077. OLE color: 11152077.

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

Color convert

RGB 205 42 170 -
CMYK 0 0.80 0.17 0.20
HSL 312.88º 0.66% 0.48% -
HSV(B) 312.88º 0.8% 0.8% -
XYZ 33.26 17.54 39.66 -
YUV 105.33 164.5 199.09 -
System Red Green Blue C M Y K H S L
Decimal 205 42 170 0 0.80 0.17 0.20 312.88 0.66 0.48
Hex CD 2A AA 0 50 11 14 139 42 30
Octal 315 52 252 0 120 21 24 471 102 60
Binary 11001101 101010 10101010 0 1010000 10001 10100 100111001 1000010 110000

Color Harmonies of #CD2AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2AAA

Black with #CD2AAA

Text Example


Text Example

White with #CD2AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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