Html Css Color HEX #C60070 Medium Violet Red

📋 copy color: '#C60070'

red 198 ◦ green 0 ◦ blue 112

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

Shades of Medium Violet Red #C60070

Tints of Medium Violet Red #C60070

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 63.87%
G = 0%
B = 36.13%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C60070 (or 0xC60070) is known color: Medium Violet Red. HEX triplet: C6, 00 and 70. RGB value is (198,0,112). Sum of RGB (Red+Green+Blue) = 198+0+112=310 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.87% from 310); Green value is 0 (0.39% from 255 or 0% from 310); Blue value is 112 (44.14% from 255 or 36.13% from 310); Max value from RGB is 198 - color contains mainly: red. Hex color #C60070 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60070 is #39FF8F. Grayscale: #474747. Windows color (decimal): -3800976 or 7340230. OLE color: 7340230.

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

Color convert

RGB 198 0 112 -
CMYK 0 1 0.43 0.22
HSL 326.06º 1% 0.39% -
HSV(B) 326.06º 1% 0.78% -
XYZ 26.21 13.18 16.49 -
YUV 71.97 150.6 217.89 -
System Red Green Blue C M Y K H S L
Decimal 198 0 112 0 1 0.43 0.22 326.06 1 0.39
Hex C6 0 70 0 64 2B 16 146 64 27
Octal 306 0 160 0 144 53 26 506 144 47
Binary 11000110 0 1110000 0 1100100 101011 10110 101000110 1100100 100111

Color Harmonies of #C60070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60070

Black with #C60070

Text Example


Text Example

White with #C60070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60070; }

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

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

background-color css

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

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

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

border-color css

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

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

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