Html Css Color HEX #CD28AA Medium Violet Red

📋 copy color: '#CD28AA'

red 205 ◦ green 40 ◦ blue 170

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

Shades of Medium Violet Red #CD28AA

Tints of Medium Violet Red #CD28AA

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.64%

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

R = 49.4%
G = 9.64%
B = 40.96%

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

#CD28AA (or 0xCD28AA) is known color: Medium Violet Red. HEX triplet: CD, 28 and AA. RGB value is (205,40,170). Sum of RGB (Red+Green+Blue) = 205+40+170=415 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.40% from 415); Green value is 40 (16.02% from 255 or 9.64% from 415); Blue value is 170 (66.80% from 255 or 40.96% from 415); Max value from RGB is 205 - color contains mainly: red. Hex color #CD28AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD28AA is #32D755. Grayscale: #676767. Windows color (decimal): -3331926 or 11151565. OLE color: 11151565.

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

Color convert

RGB 205 40 170 -
CMYK 0 0.80 0.17 0.20
HSL 312.73º 0.67% 0.48% -
HSV(B) 312.73º 0.8% 0.8% -
XYZ 33.19 17.4 39.64 -
YUV 104.16 165.16 199.93 -
System Red Green Blue C M Y K H S L
Decimal 205 40 170 0 0.80 0.17 0.20 312.73 0.67 0.48
Hex CD 28 AA 0 50 11 14 139 43 30
Octal 315 50 252 0 120 21 24 471 103 60
Binary 11001101 101000 10101010 0 1010000 10001 10100 100111001 1000011 110000

Color Harmonies of #CD28AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD28AA

Black with #CD28AA

Text Example


Text Example

White with #CD28AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD28AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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