Html Css Color HEX #C60F8E Medium Violet Red

📋 copy color: '#C60F8E'

red 198 ◦ green 15 ◦ blue 142

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

Shades of Medium Violet Red #C60F8E

Tints of Medium Violet Red #C60F8E

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.23%

 BLUE value IS 142 (55.86% from 255) = 40%

R = 55.77%
G = 4.23%
B = 40%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C60F8E (or 0xC60F8E) is known color: Medium Violet Red. HEX triplet: C6, 0F and 8E. RGB value is (198,15,142). Sum of RGB (Red+Green+Blue) = 198+15+142=355 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.77% from 355); Green value is 15 (6.25% from 255 or 4.23% from 355); Blue value is 142 (55.86% from 255 or 40% from 355); Max value from RGB is 198 - color contains mainly: red. Hex color #C60F8E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60F8E is #39F071. Grayscale: #535353. Windows color (decimal): -3797106 or 9310150. OLE color: 9310150.

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

Color convert

RGB 198 15 142 -
CMYK 0 0.92 0.28 0.22
HSL 318.36º 0.86% 0.42% -
HSV(B) 318.36º 0.92% 0.78% -
XYZ 28.34 14.3 26.86 -
YUV 84.2 160.63 209.17 -
System Red Green Blue C M Y K H S L
Decimal 198 15 142 0 0.92 0.28 0.22 318.36 0.86 0.42
Hex C6 F 8E 0 5C 1C 16 13E 56 2A
Octal 306 17 216 0 134 34 26 476 126 52
Binary 11000110 1111 10001110 0 1011100 11100 10110 100111110 1010110 101010

Color Harmonies of #C60F8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60F8E

Black with #C60F8E

Text Example


Text Example

White with #C60F8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60F8E; }

 p { color: rgb(198,15,142); }

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

background-color css

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

 a { background-color: rgb(198,15,142); }

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

border-color css

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

 span { border-color: rgb(198,15,142); }

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