Html Css Color HEX #C60F8C Medium Violet Red

📋 copy color: '#C60F8C'

red 198 ◦ green 15 ◦ blue 140

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

Shades of Medium Violet Red #C60F8C

Tints of Medium Violet Red #C60F8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 39.66%

R = 56.09%
G = 4.25%
B = 39.66%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#C60F8C (or 0xC60F8C) is known color: Medium Violet Red. HEX triplet: C6, 0F and 8C. RGB value is (198,15,140). Sum of RGB (Red+Green+Blue) = 198+15+140=353 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.09% from 353); Green value is 15 (6.25% from 255 or 4.25% from 353); Blue value is 140 (55.08% from 255 or 39.66% from 353); Max value from RGB is 198 - color contains mainly: red. Hex color #C60F8C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60F8C is #39F073. Grayscale: #535353. Windows color (decimal): -3797108 or 9179078. OLE color: 9179078.

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

Color convert

RGB 198 15 140 -
CMYK 0 0.92 0.29 0.22
HSL 319.02º 0.86% 0.42% -
HSV(B) 319.02º 0.92% 0.78% -
XYZ 28.19 14.24 26.07 -
YUV 83.97 159.63 209.34 -
System Red Green Blue C M Y K H S L
Decimal 198 15 140 0 0.92 0.29 0.22 319.02 0.86 0.42
Hex C6 F 8C 0 5C 1D 16 13F 56 2A
Octal 306 17 214 0 134 35 26 477 126 52
Binary 11000110 1111 10001100 0 1011100 11101 10110 100111111 1010110 101010

Color Harmonies of #C60F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60F8C

Black with #C60F8C

Text Example


Text Example

White with #C60F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60F8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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