Html Css Color HEX #C60EA5 Medium Violet Red

📋 copy color: '#C60EA5'

red 198 ◦ green 14 ◦ blue 165

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

Shades of Medium Violet Red #C60EA5

Tints of Medium Violet Red #C60EA5

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.71%

 BLUE value IS 165 (64.84% from 255) = 43.77%

R = 52.52%
G = 3.71%
B = 43.77%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.17

 K value IS 0.22

RGB Variations

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

Color information

#C60EA5 (or 0xC60EA5) is known color: Medium Violet Red. HEX triplet: C6, 0E and A5. RGB value is (198,14,165). Sum of RGB (Red+Green+Blue) = 198+14+165=377 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.52% from 377); Green value is 14 (5.86% from 255 or 3.71% from 377); Blue value is 165 (64.84% from 255 or 43.77% from 377); Max value from RGB is 198 - color contains mainly: red. Hex color #C60EA5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60EA5 is #39F15A. Grayscale: #555555. Windows color (decimal): -3797339 or 10817222. OLE color: 10817222.

HSL color Cylindrical-coordinate representation of color #C60EA5: hue angle of 310.76º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C60EA5 is Cyan = 0, Magento = 0.93, Yellow = 0.17 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 14 165 -
CMYK 0 0.93 0.17 0.22
HSL 310.76º 0.87% 0.42% -
HSV(B) 310.76º 0.93% 0.78% -
XYZ 30.24 15.04 36.91 -
YUV 86.23 172.46 207.72 -
System Red Green Blue C M Y K H S L
Decimal 198 14 165 0 0.93 0.17 0.22 310.76 0.87 0.42
Hex C6 E A5 0 5D 11 16 137 57 2A
Octal 306 16 245 0 135 21 26 467 127 52
Binary 11000110 1110 10100101 0 1011101 10001 10110 100110111 1010111 101010

Color Harmonies of #C60EA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60EA5

Black with #C60EA5

Text Example


Text Example

White with #C60EA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60EA5; }

 p { color: rgb(198,14,165); }

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

background-color css

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

 a { background-color: rgb(198,14,165); }

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

border-color css

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

 span { border-color: rgb(198,14,165); }

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