Html Css Color HEX #CD30AA Medium Red Violet

📋 copy color: '#CD30AA'

red 205 ◦ green 48 ◦ blue 170

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

Shades of Medium Red Violet #CD30AA

Tints of Medium Red Violet #CD30AA

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.35%

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

R = 48.46%
G = 11.35%
B = 40.19%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.17

 K value IS 0.20

RGB Variations

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

Color information

#CD30AA (or 0xCD30AA) is known color: Medium Red Violet. HEX triplet: CD, 30 and AA. RGB value is (205,48,170). Sum of RGB (Red+Green+Blue) = 205+48+170=423 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.46% from 423); Green value is 48 (19.14% from 255 or 11.35% from 423); Blue value is 170 (66.80% from 255 or 40.19% from 423); Max value from RGB is 205 - color contains mainly: red. Hex color #CD30AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD30AA is #32CF55. Grayscale: #6C6C6C. Windows color (decimal): -3329878 or 11153613. OLE color: 11153613.

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

Color convert

RGB 205 48 170 -
CMYK 0 0.77 0.17 0.20
HSL 313.38º 0.62% 0.5% -
HSV(B) 313.38º 0.77% 0.8% -
XYZ 33.49 18 39.74 -
YUV 108.85 162.51 196.58 -
System Red Green Blue C M Y K H S L
Decimal 205 48 170 0 0.77 0.17 0.20 313.38 0.62 0.5
Hex CD 30 AA 0 4D 11 14 139 3E 32
Octal 315 60 252 0 115 21 24 471 76 62
Binary 11001101 110000 10101010 0 1001101 10001 10100 100111001 111110 110010

Color Harmonies of #CD30AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD30AA

Black with #CD30AA

Text Example


Text Example

White with #CD30AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD30AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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