Html Css Color HEX #C60870 Medium Violet Red

📋 copy color: '#C60870'

red 198 ◦ green 8 ◦ blue 112

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

Shades of Medium Violet Red #C60870

Tints of Medium Violet Red #C60870

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.52%

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

R = 62.26%
G = 2.52%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C60870 (or 0xC60870) is known color: Medium Violet Red. HEX triplet: C6, 08 and 70. RGB value is (198,8,112). Sum of RGB (Red+Green+Blue) = 198+8+112=318 (42% of max value = 765). Red value is 198 (77.73% from 255 or 62.26% from 318); Green value is 8 (3.52% from 255 or 2.52% from 318); Blue value is 112 (44.14% from 255 or 35.22% from 318); Max value from RGB is 198 - color contains mainly: red. Hex color #C60870 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60870 is #39F78F. Grayscale: #4C4C4C. Windows color (decimal): -3798928 or 7342278. OLE color: 7342278.

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

Color convert

RGB 198 8 112 -
CMYK 0 0.96 0.43 0.22
HSL 327.16º 0.92% 0.4% -
HSV(B) 327.16º 0.96% 0.78% -
XYZ 26.3 13.35 16.52 -
YUV 76.67 147.95 214.54 -
System Red Green Blue C M Y K H S L
Decimal 198 8 112 0 0.96 0.43 0.22 327.16 0.92 0.4
Hex C6 8 70 0 60 2B 16 147 5C 28
Octal 306 10 160 0 140 53 26 507 134 50
Binary 11000110 1000 1110000 0 1100000 101011 10110 101000111 1011100 101000

Color Harmonies of #C60870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60870

Black with #C60870

Text Example


Text Example

White with #C60870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60870; }

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

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

background-color css

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

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

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

border-color css

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

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

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