Html Css Color HEX #C60D70 Medium Violet Red

📋 copy color: '#C60D70'

red 198 ◦ green 13 ◦ blue 112

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

Shades of Medium Violet Red #C60D70

Tints of Medium Violet Red #C60D70

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.02%

 BLUE value IS 112 (44.14% from 255) = 34.67%

R = 61.3%
G = 4.02%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C60D70 (or 0xC60D70) is known color: Medium Violet Red. HEX triplet: C6, 0D and 70. RGB value is (198,13,112). Sum of RGB (Red+Green+Blue) = 198+13+112=323 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.30% from 323); Green value is 13 (5.47% from 255 or 4.02% from 323); Blue value is 112 (44.14% from 255 or 34.67% from 323); Max value from RGB is 198 - color contains mainly: red. Hex color #C60D70 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60D70 is #39F28F. Grayscale: #4F4F4F. Windows color (decimal): -3797648 or 7343558. OLE color: 7343558.

HSL color Cylindrical-coordinate representation of color #C60D70: hue angle of 327.89º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C60D70 is Cyan = 0, Magento = 0.93, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 13 112 -
CMYK 0 0.93 0.43 0.22
HSL 327.89º 0.88% 0.41% -
HSV(B) 327.89º 0.93% 0.78% -
XYZ 26.36 13.46 16.54 -
YUV 79.6 146.29 212.45 -
System Red Green Blue C M Y K H S L
Decimal 198 13 112 0 0.93 0.43 0.22 327.89 0.88 0.41
Hex C6 D 70 0 5D 2B 16 148 58 29
Octal 306 15 160 0 135 53 26 510 130 51
Binary 11000110 1101 1110000 0 1011101 101011 10110 101001000 1011000 101001

Color Harmonies of #C60D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60D70

Black with #C60D70

Text Example


Text Example

White with #C60D70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60D70; }

 p { color: rgb(198,13,112); }

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

background-color css

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

 a { background-color: rgb(198,13,112); }

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

border-color css

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

 span { border-color: rgb(198,13,112); }

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