Html Css Color HEX #C60A9A Medium Violet Red

📋 copy color: '#C60A9A'

red 198 ◦ green 10 ◦ blue 154

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

Shades of Medium Violet Red #C60A9A

Tints of Medium Violet Red #C60A9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 42.54%

R = 54.7%
G = 2.76%
B = 42.54%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.22

 K value IS 0.22

RGB Variations

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

Color information

#C60A9A (or 0xC60A9A) is known color: Medium Violet Red. HEX triplet: C6, 0A and 9A. RGB value is (198,10,154). Sum of RGB (Red+Green+Blue) = 198+10+154=362 (47% of max value = 765). Red value is 198 (77.73% from 255 or 54.70% from 362); Green value is 10 (4.30% from 255 or 2.76% from 362); Blue value is 154 (60.55% from 255 or 42.54% from 362); Max value from RGB is 198 - color contains mainly: red. Hex color #C60A9A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60A9A is #39F565. Grayscale: #525252. Windows color (decimal): -3798374 or 10095302. OLE color: 10095302.

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

Color convert

RGB 198 10 154 -
CMYK 0 0.95 0.22 0.22
HSL 314.04º 0.9% 0.41% -
HSV(B) 314.04º 0.95% 0.78% -
XYZ 29.23 14.56 31.84 -
YUV 82.63 168.28 210.29 -
System Red Green Blue C M Y K H S L
Decimal 198 10 154 0 0.95 0.22 0.22 314.04 0.9 0.41
Hex C6 A 9A 0 5F 16 16 13A 5A 29
Octal 306 12 232 0 137 26 26 472 132 51
Binary 11000110 1010 10011010 0 1011111 10110 10110 100111010 1011010 101001

Color Harmonies of #C60A9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60A9A

Black with #C60A9A

Text Example


Text Example

White with #C60A9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60A9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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