Html Css Color HEX #C60E6C Medium Violet Red

📋 copy color: '#C60E6C'

red 198 ◦ green 14 ◦ blue 108

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

Shades of Medium Violet Red #C60E6C

Tints of Medium Violet Red #C60E6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 33.75%

R = 61.88%
G = 4.38%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.45

 K value IS 0.22

RGB Variations

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

Color information

#C60E6C (or 0xC60E6C) is known color: Medium Violet Red. HEX triplet: C6, 0E and 6C. RGB value is (198,14,108). Sum of RGB (Red+Green+Blue) = 198+14+108=320 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.88% from 320); Green value is 14 (5.86% from 255 or 4.38% from 320); Blue value is 108 (42.58% from 255 or 33.75% from 320); Max value from RGB is 198 - color contains mainly: red. Hex color #C60E6C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60E6C is #39F193. Grayscale: #4F4F4F. Windows color (decimal): -3797396 or 7081670. OLE color: 7081670.

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

Color convert

RGB 198 14 108 -
CMYK 0 0.93 0.45 0.22
HSL 329.35º 0.87% 0.42% -
HSV(B) 329.35º 0.93% 0.78% -
XYZ 26.15 13.4 15.4 -
YUV 79.73 143.96 212.36 -
System Red Green Blue C M Y K H S L
Decimal 198 14 108 0 0.93 0.45 0.22 329.35 0.87 0.42
Hex C6 E 6C 0 5D 2D 16 149 57 2A
Octal 306 16 154 0 135 55 26 511 127 52
Binary 11000110 1110 1101100 0 1011101 101101 10110 101001001 1010111 101010

Color Harmonies of #C60E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60E6C

Black with #C60E6C

Text Example


Text Example

White with #C60E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60E6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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