Html Css Color HEX #C60970 Medium Violet Red

📋 copy color: '#C60970'

red 198 ◦ green 9 ◦ blue 112

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

Shades of Medium Violet Red #C60970

Tints of Medium Violet Red #C60970

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.82%

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

R = 62.07%
G = 2.82%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C60970 (or 0xC60970) is known color: Medium Violet Red. HEX triplet: C6, 09 and 70. RGB value is (198,9,112). Sum of RGB (Red+Green+Blue) = 198+9+112=319 (42% of max value = 765). Red value is 198 (77.73% from 255 or 62.07% from 319); Green value is 9 (3.91% from 255 or 2.82% from 319); Blue value is 112 (44.14% from 255 or 35.11% from 319); Max value from RGB is 198 - color contains mainly: red. Hex color #C60970 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60970 is #39F68F. Grayscale: #4D4D4D. Windows color (decimal): -3798672 or 7342534. OLE color: 7342534.

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

Color convert

RGB 198 9 112 -
CMYK 0 0.95 0.43 0.22
HSL 327.3º 0.91% 0.41% -
HSV(B) 327.3º 0.95% 0.78% -
XYZ 26.31 13.37 16.52 -
YUV 77.25 147.62 214.12 -
System Red Green Blue C M Y K H S L
Decimal 198 9 112 0 0.95 0.43 0.22 327.3 0.91 0.41
Hex C6 9 70 0 5F 2B 16 147 5B 29
Octal 306 11 160 0 137 53 26 507 133 51
Binary 11000110 1001 1110000 0 1011111 101011 10110 101000111 1011011 101001

Color Harmonies of #C60970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60970

Black with #C60970

Text Example


Text Example

White with #C60970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60970; }

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

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

background-color css

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

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

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

border-color css

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

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

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