Html Css Color HEX #C00973 Medium Violet Red

📋 copy color: '#C00973'

red 192 ◦ green 9 ◦ blue 115

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

Shades of Medium Violet Red #C00973

Tints of Medium Violet Red #C00973

RGB

 RED value IS 192 (75.39% from 255) = 60.76%

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

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

R = 60.76%
G = 2.85%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#C00973 (or 0xC00973) is known color: Medium Violet Red. HEX triplet: C0, 09 and 73. RGB value is (192,9,115). Sum of RGB (Red+Green+Blue) = 192+9+115=316 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.76% from 316); Green value is 9 (3.91% from 255 or 2.85% from 316); Blue value is 115 (45.31% from 255 or 36.39% from 316); Max value from RGB is 192 - color contains mainly: red. Hex color #C00973 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00973 is #3FF68C. Grayscale: #4B4B4B. Windows color (decimal): -4191885 or 7539136. OLE color: 7539136.

HSL color Cylindrical-coordinate representation of color #C00973: hue angle of 325.25º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C00973 is Cyan = 0, Magento = 0.95, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 9 115 -
CMYK 0 0.95 0.40 0.25
HSL 325.25º 0.91% 0.39% -
HSV(B) 325.25º 0.95% 0.75% -
XYZ 24.93 12.64 17.35 -
YUV 75.8 150.13 210.88 -
System Red Green Blue C M Y K H S L
Decimal 192 9 115 0 0.95 0.40 0.25 325.25 0.91 0.39
Hex C0 9 73 0 5F 28 19 145 5B 27
Octal 300 11 163 0 137 50 31 505 133 47
Binary 11000000 1001 1110011 0 1011111 101000 11001 101000101 1011011 100111

Color Harmonies of #C00973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00973

Black with #C00973

Text Example


Text Example

White with #C00973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00973; }

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

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

background-color css

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

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

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

border-color css

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

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

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