Html Css Color HEX #C60EA4 Medium Violet Red

📋 copy color: '#C60EA4'

red 198 ◦ green 14 ◦ blue 164

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

Shades of Medium Violet Red #C60EA4

Tints of Medium Violet Red #C60EA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 43.62%

R = 52.66%
G = 3.72%
B = 43.62%

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

#C60EA4 (or 0xC60EA4) is known color: Medium Violet Red. HEX triplet: C6, 0E and A4. RGB value is (198,14,164). Sum of RGB (Red+Green+Blue) = 198+14+164=376 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.66% from 376); Green value is 14 (5.86% from 255 or 3.72% from 376); Blue value is 164 (64.45% from 255 or 43.62% from 376); Max value from RGB is 198 - color contains mainly: red. Hex color #C60EA4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60EA4 is #39F15B. Grayscale: #555555. Windows color (decimal): -3797340 or 10751686. OLE color: 10751686.

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

Color convert

RGB 198 14 164 -
CMYK 0 0.93 0.17 0.22
HSL 311.09º 0.87% 0.42% -
HSV(B) 311.09º 0.93% 0.78% -
XYZ 30.15 15 36.43 -
YUV 86.12 171.96 207.8 -
System Red Green Blue C M Y K H S L
Decimal 198 14 164 0 0.93 0.17 0.22 311.09 0.87 0.42
Hex C6 E A4 0 5D 11 16 137 57 2A
Octal 306 16 244 0 135 21 26 467 127 52
Binary 11000110 1110 10100100 0 1011101 10001 10110 100110111 1010111 101010

Color Harmonies of #C60EA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60EA4

Black with #C60EA4

Text Example


Text Example

White with #C60EA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60EA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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