Html Css Color HEX #C01573 Medium Violet Red

📋 copy color: '#C01573'

red 192 ◦ green 21 ◦ blue 115

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

Shades of Medium Violet Red #C01573

Tints of Medium Violet Red #C01573

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.4%

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

R = 58.54%
G = 6.4%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#C01573 (or 0xC01573) is known color: Medium Violet Red. HEX triplet: C0, 15 and 73. RGB value is (192,21,115). Sum of RGB (Red+Green+Blue) = 192+21+115=328 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.54% from 328); Green value is 21 (8.59% from 255 or 6.40% from 328); Blue value is 115 (45.31% from 255 or 35.06% from 328); Max value from RGB is 192 - color contains mainly: red. Hex color #C01573 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01573 is #3FEA8C. Grayscale: #525252. Windows color (decimal): -4188813 or 7542208. OLE color: 7542208.

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

Color convert

RGB 192 21 115 -
CMYK 0 0.89 0.40 0.25
HSL 327.02º 0.8% 0.42% -
HSV(B) 327.02º 0.89% 0.75% -
XYZ 25.1 12.98 17.4 -
YUV 82.85 146.15 205.86 -
System Red Green Blue C M Y K H S L
Decimal 192 21 115 0 0.89 0.40 0.25 327.02 0.8 0.42
Hex C0 15 73 0 59 28 19 147 50 2A
Octal 300 25 163 0 131 50 31 507 120 52
Binary 11000000 10101 1110011 0 1011001 101000 11001 101000111 1010000 101010

Color Harmonies of #C01573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01573

Black with #C01573

Text Example


Text Example

White with #C01573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01573; }

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

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

background-color css

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

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

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

border-color css

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

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

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