Html Css Color HEX #C60A9F Medium Violet Red

📋 copy color: '#C60A9F'

red 198 ◦ green 10 ◦ blue 159

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

Shades of Medium Violet Red #C60A9F

Tints of Medium Violet Red #C60A9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 43.32%

R = 53.95%
G = 2.72%
B = 43.32%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.20

 K value IS 0.22

RGB Variations

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

Color information

#C60A9F (or 0xC60A9F) is known color: Medium Violet Red. HEX triplet: C6, 0A and 9F. RGB value is (198,10,159). Sum of RGB (Red+Green+Blue) = 198+10+159=367 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.95% from 367); Green value is 10 (4.30% from 255 or 2.72% from 367); Blue value is 159 (62.5% from 255 or 43.32% from 367); Max value from RGB is 198 - color contains mainly: red. Hex color #C60A9F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60A9F is #39F560. Grayscale: #525252. Windows color (decimal): -3798369 or 10422982. OLE color: 10422982.

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

Color convert

RGB 198 10 159 -
CMYK 0 0.95 0.20 0.22
HSL 312.45º 0.9% 0.41% -
HSV(B) 312.45º 0.95% 0.78% -
XYZ 29.66 14.73 34.08 -
YUV 83.2 170.78 209.88 -
System Red Green Blue C M Y K H S L
Decimal 198 10 159 0 0.95 0.20 0.22 312.45 0.9 0.41
Hex C6 A 9F 0 5F 14 16 138 5A 29
Octal 306 12 237 0 137 24 26 470 132 51
Binary 11000110 1010 10011111 0 1011111 10100 10110 100111000 1011010 101001

Color Harmonies of #C60A9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60A9F

Black with #C60A9F

Text Example


Text Example

White with #C60A9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60A9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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