Html Css Color HEX #C530AA Medium Red Violet

📋 copy color: '#C530AA'

red 197 ◦ green 48 ◦ blue 170

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

Shades of Medium Red Violet #C530AA

Tints of Medium Red Violet #C530AA

RGB

 RED value IS 197 (77.34% from 255) = 47.47%

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

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

R = 47.47%
G = 11.57%
B = 40.96%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.14

 K value IS 0.23

RGB Variations

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

Color information

#C530AA (or 0xC530AA) is known color: Medium Red Violet. HEX triplet: C5, 30 and AA. RGB value is (197,48,170). Sum of RGB (Red+Green+Blue) = 197+48+170=415 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.47% from 415); Green value is 48 (19.14% from 255 or 11.57% from 415); Blue value is 170 (66.80% from 255 or 40.96% from 415); Max value from RGB is 197 - color contains mainly: red. Hex color #C530AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C530AA is #3ACF55. Grayscale: #6A6A6A. Windows color (decimal): -3854166 or 11153605. OLE color: 11153605.

HSL color Cylindrical-coordinate representation of color #C530AA: hue angle of 310.87º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C530AA is Cyan = 0, Magento = 0.76, Yellow = 0.14 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 48 170 -
CMYK 0 0.76 0.14 0.23
HSL 310.87º 0.61% 0.48% -
HSV(B) 310.87º 0.76% 0.77% -
XYZ 31.34 16.89 39.64 -
YUV 106.46 163.86 192.58 -
System Red Green Blue C M Y K H S L
Decimal 197 48 170 0 0.76 0.14 0.23 310.87 0.61 0.48
Hex C5 30 AA 0 4C E 17 137 3D 30
Octal 305 60 252 0 114 16 27 467 75 60
Binary 11000101 110000 10101010 0 1001100 1110 10111 100110111 111101 110000

Color Harmonies of #C530AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C530AA

Black with #C530AA

Text Example


Text Example

White with #C530AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C530AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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