Html Css Color HEX #C60AA7 Medium Violet Red

📋 copy color: '#C60AA7'

red 198 ◦ green 10 ◦ blue 167

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

Shades of Medium Violet Red #C60AA7

Tints of Medium Violet Red #C60AA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 44.53%

R = 52.8%
G = 2.67%
B = 44.53%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.16

 K value IS 0.22

RGB Variations

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

Color information

#C60AA7 (or 0xC60AA7) is known color: Medium Violet Red. HEX triplet: C6, 0A and A7. RGB value is (198,10,167). Sum of RGB (Red+Green+Blue) = 198+10+167=375 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.8% from 375); Green value is 10 (4.30% from 255 or 2.67% from 375); Blue value is 167 (65.62% from 255 or 44.53% from 375); Max value from RGB is 198 - color contains mainly: red. Hex color #C60AA7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60AA7 is #39F558. Grayscale: #535353. Windows color (decimal): -3798361 or 10947270. OLE color: 10947270.

HSL color Cylindrical-coordinate representation of color #C60AA7: hue angle of 309.89º 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 #C60AA7 is Cyan = 0, Magento = 0.95, Yellow = 0.16 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 10 167 -
CMYK 0 0.95 0.16 0.22
HSL 309.89º 0.9% 0.41% -
HSV(B) 309.89º 0.95% 0.78% -
XYZ 30.37 15.01 37.86 -
YUV 84.11 174.78 209.23 -
System Red Green Blue C M Y K H S L
Decimal 198 10 167 0 0.95 0.16 0.22 309.89 0.9 0.41
Hex C6 A A7 0 5F 10 16 136 5A 29
Octal 306 12 247 0 137 20 26 466 132 51
Binary 11000110 1010 10100111 0 1011111 10000 10110 100110110 1011010 101001

Color Harmonies of #C60AA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60AA7

Black with #C60AA7

Text Example


Text Example

White with #C60AA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60AA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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