Html Css Color HEX #C50AA2 Medium Violet Red

📋 copy color: '#C50AA2'

red 197 ◦ green 10 ◦ blue 162

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

Shades of Medium Violet Red #C50AA2

Tints of Medium Violet Red #C50AA2

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.71%

 BLUE value IS 162 (63.67% from 255) = 43.9%

R = 53.39%
G = 2.71%
B = 43.9%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.18

 K value IS 0.23

RGB Variations

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

Color information

#C50AA2 (or 0xC50AA2) is known color: Medium Violet Red. HEX triplet: C5, 0A and A2. RGB value is (197,10,162). Sum of RGB (Red+Green+Blue) = 197+10+162=369 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.39% from 369); Green value is 10 (4.30% from 255 or 2.71% from 369); Blue value is 162 (63.67% from 255 or 43.90% from 369); Max value from RGB is 197 - color contains mainly: red. Hex color #C50AA2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50AA2 is #3AF55D. Grayscale: #525252. Windows color (decimal): -3863902 or 10619589. OLE color: 10619589.

HSL color Cylindrical-coordinate representation of color #C50AA2: hue angle of 311.23º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C50AA2 is Cyan = 0, Magento = 0.95, Yellow = 0.18 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 10 162 -
CMYK 0 0.95 0.18 0.23
HSL 311.23º 0.9% 0.41% -
HSV(B) 311.23º 0.95% 0.77% -
XYZ 29.66 14.7 35.46 -
YUV 83.24 172.45 209.14 -
System Red Green Blue C M Y K H S L
Decimal 197 10 162 0 0.95 0.18 0.23 311.23 0.9 0.41
Hex C5 A A2 0 5F 12 17 137 5A 29
Octal 305 12 242 0 137 22 27 467 132 51
Binary 11000101 1010 10100010 0 1011111 10010 10111 100110111 1011010 101001

Color Harmonies of #C50AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50AA2

Black with #C50AA2

Text Example


Text Example

White with #C50AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50AA2; }

 p { color: rgb(197,10,162); }

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

background-color css

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

 a { background-color: rgb(197,10,162); }

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

border-color css

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

 span { border-color: rgb(197,10,162); }

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