Html Css Color HEX #C60973 Medium Violet Red

📋 copy color: '#C60973'

red 198 ◦ green 9 ◦ blue 115

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

Shades of Medium Violet Red #C60973

Tints of Medium Violet Red #C60973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 35.71%

R = 61.49%
G = 2.8%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C60973 (or 0xC60973) is known color: Medium Violet Red. HEX triplet: C6, 09 and 73. RGB value is (198,9,115). Sum of RGB (Red+Green+Blue) = 198+9+115=322 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.49% from 322); Green value is 9 (3.91% from 255 or 2.80% from 322); Blue value is 115 (45.31% from 255 or 35.71% from 322); Max value from RGB is 198 - color contains mainly: red. Hex color #C60973 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60973 is #39F68C. Grayscale: #4D4D4D. Windows color (decimal): -3798669 or 7539142. OLE color: 7539142.

HSL color Cylindrical-coordinate representation of color #C60973: hue angle of 326.35º 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 #C60973 is Cyan = 0, Magento = 0.95, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 9 115 -
CMYK 0 0.95 0.42 0.22
HSL 326.35º 0.91% 0.41% -
HSV(B) 326.35º 0.95% 0.78% -
XYZ 26.48 13.44 17.42 -
YUV 77.6 149.12 213.88 -
System Red Green Blue C M Y K H S L
Decimal 198 9 115 0 0.95 0.42 0.22 326.35 0.91 0.41
Hex C6 9 73 0 5F 2A 16 146 5B 29
Octal 306 11 163 0 137 52 26 506 133 51
Binary 11000110 1001 1110011 0 1011111 101010 10110 101000110 1011011 101001

Color Harmonies of #C60973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60973

Black with #C60973

Text Example


Text Example

White with #C60973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60973; }

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

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

background-color css

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

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

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

border-color css

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

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

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