Html Css Color HEX #C60AA0 Medium Violet Red

📋 copy color: '#C60AA0'

red 198 ◦ green 10 ◦ blue 160

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

Shades of Medium Violet Red #C60AA0

Tints of Medium Violet Red #C60AA0

RGB

 RED value IS 198 (77.73% from 255) = 53.8%

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

 BLUE value IS 160 (62.89% from 255) = 43.48%

R = 53.8%
G = 2.72%
B = 43.48%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.19

 K value IS 0.22

RGB Variations

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

Color information

#C60AA0 (or 0xC60AA0) is known color: Medium Violet Red. HEX triplet: C6, 0A and A0. RGB value is (198,10,160). Sum of RGB (Red+Green+Blue) = 198+10+160=368 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.80% from 368); Green value is 10 (4.30% from 255 or 2.72% from 368); Blue value is 160 (62.89% from 255 or 43.48% from 368); Max value from RGB is 198 - color contains mainly: red. Hex color #C60AA0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60AA0 is #39F55F. Grayscale: #525252. Windows color (decimal): -3798368 or 10488518. OLE color: 10488518.

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

Color convert

RGB 198 10 160 -
CMYK 0 0.95 0.19 0.22
HSL 312.13º 0.9% 0.41% -
HSV(B) 312.13º 0.95% 0.78% -
XYZ 29.74 14.76 34.54 -
YUV 83.31 171.28 209.8 -
System Red Green Blue C M Y K H S L
Decimal 198 10 160 0 0.95 0.19 0.22 312.13 0.9 0.41
Hex C6 A A0 0 5F 13 16 138 5A 29
Octal 306 12 240 0 137 23 26 470 132 51
Binary 11000110 1010 10100000 0 1011111 10011 10110 100111000 1011010 101001

Color Harmonies of #C60AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60AA0

Black with #C60AA0

Text Example


Text Example

White with #C60AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60AA0; }

 p { color: rgb(198,10,160); }

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

background-color css

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

 a { background-color: rgb(198,10,160); }

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

border-color css

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

 span { border-color: rgb(198,10,160); }

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