Html Css Color HEX #C60370 Medium Violet Red

📋 copy color: '#C60370'

red 198 ◦ green 3 ◦ blue 112

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

Shades of Medium Violet Red #C60370

Tints of Medium Violet Red #C60370

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.96%

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

R = 63.26%
G = 0.96%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C60370 (or 0xC60370) is known color: Medium Violet Red. HEX triplet: C6, 03 and 70. RGB value is (198,3,112). Sum of RGB (Red+Green+Blue) = 198+3+112=313 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.26% from 313); Green value is 3 (1.56% from 255 or 0.96% from 313); Blue value is 112 (44.14% from 255 or 35.78% from 313); Max value from RGB is 198 - color contains mainly: red. Hex color #C60370 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60370 is #39FC8F. Grayscale: #494949. Windows color (decimal): -3800208 or 7340998. OLE color: 7340998.

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

Color convert

RGB 198 3 112 -
CMYK 0 0.98 0.43 0.22
HSL 326.46º 0.97% 0.39% -
HSV(B) 326.46º 0.98% 0.78% -
XYZ 26.25 13.24 16.5 -
YUV 73.73 149.6 216.64 -
System Red Green Blue C M Y K H S L
Decimal 198 3 112 0 0.98 0.43 0.22 326.46 0.97 0.39
Hex C6 3 70 0 62 2B 16 146 61 27
Octal 306 3 160 0 142 53 26 506 141 47
Binary 11000110 11 1110000 0 1100010 101011 10110 101000110 1100001 100111

Color Harmonies of #C60370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60370

Black with #C60370

Text Example


Text Example

White with #C60370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60370; }

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

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

background-color css

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

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

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

border-color css

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

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

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