Html Css Color HEX #C60F73 Medium Violet Red

📋 copy color: '#C60F73'

red 198 ◦ green 15 ◦ blue 115

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

Shades of Medium Violet Red #C60F73

Tints of Medium Violet Red #C60F73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 35.06%

R = 60.37%
G = 4.57%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C60F73 (or 0xC60F73) is known color: Medium Violet Red. HEX triplet: C6, 0F and 73. RGB value is (198,15,115). Sum of RGB (Red+Green+Blue) = 198+15+115=328 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.37% from 328); Green value is 15 (6.25% from 255 or 4.57% from 328); Blue value is 115 (45.31% from 255 or 35.06% from 328); Max value from RGB is 198 - color contains mainly: red. Hex color #C60F73 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60F73 is #39F08C. Grayscale: #505050. Windows color (decimal): -3797133 or 7540678. OLE color: 7540678.

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

Color convert

RGB 198 15 115 -
CMYK 0 0.92 0.42 0.22
HSL 327.21º 0.86% 0.42% -
HSV(B) 327.21º 0.92% 0.78% -
XYZ 26.55 13.59 17.44 -
YUV 81.12 147.13 211.37 -
System Red Green Blue C M Y K H S L
Decimal 198 15 115 0 0.92 0.42 0.22 327.21 0.86 0.42
Hex C6 F 73 0 5C 2A 16 147 56 2A
Octal 306 17 163 0 134 52 26 507 126 52
Binary 11000110 1111 1110011 0 1011100 101010 10110 101000111 1010110 101010

Color Harmonies of #C60F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60F73

Black with #C60F73

Text Example


Text Example

White with #C60F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60F73; }

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

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

background-color css

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

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

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

border-color css

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

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

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