Html Css Color HEX #C60E9F Medium Violet Red

📋 copy color: '#C60E9F'

red 198 ◦ green 14 ◦ blue 159

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

Shades of Medium Violet Red #C60E9F

Tints of Medium Violet Red #C60E9F

RGB

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

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

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

R = 53.37%
G = 3.77%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.20

 K value IS 0.22

RGB Variations

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

Color information

#C60E9F (or 0xC60E9F) is known color: Medium Violet Red. HEX triplet: C6, 0E and 9F. RGB value is (198,14,159). Sum of RGB (Red+Green+Blue) = 198+14+159=371 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.37% from 371); Green value is 14 (5.86% from 255 or 3.77% from 371); Blue value is 159 (62.5% from 255 or 42.86% from 371); Max value from RGB is 198 - color contains mainly: red. Hex color #C60E9F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60E9F is #39F160. Grayscale: #555555. Windows color (decimal): -3797345 or 10424006. OLE color: 10424006.

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

Color convert

RGB 198 14 159 -
CMYK 0 0.93 0.20 0.22
HSL 312.72º 0.87% 0.42% -
HSV(B) 312.72º 0.93% 0.78% -
XYZ 29.7 14.82 34.1 -
YUV 85.55 169.46 208.21 -
System Red Green Blue C M Y K H S L
Decimal 198 14 159 0 0.93 0.20 0.22 312.72 0.87 0.42
Hex C6 E 9F 0 5D 14 16 139 57 2A
Octal 306 16 237 0 135 24 26 471 127 52
Binary 11000110 1110 10011111 0 1011101 10100 10110 100111001 1010111 101010

Color Harmonies of #C60E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60E9F

Black with #C60E9F

Text Example


Text Example

White with #C60E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60E9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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