Html Css Color HEX #C00573 Medium Violet Red

📋 copy color: '#C00573'

red 192 ◦ green 5 ◦ blue 115

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

Shades of Medium Violet Red #C00573

Tints of Medium Violet Red #C00573

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.6%

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

R = 61.54%
G = 1.6%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#C00573 (or 0xC00573) is known color: Medium Violet Red. HEX triplet: C0, 05 and 73. RGB value is (192,5,115). Sum of RGB (Red+Green+Blue) = 192+5+115=312 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.54% from 312); Green value is 5 (2.34% from 255 or 1.60% from 312); Blue value is 115 (45.31% from 255 or 36.86% from 312); Max value from RGB is 192 - color contains mainly: red. Hex color #C00573 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00573 is #3FFA8C. Grayscale: #494949. Windows color (decimal): -4192909 or 7538112. OLE color: 7538112.

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

Color convert

RGB 192 5 115 -
CMYK 0 0.97 0.40 0.25
HSL 324.71º 0.95% 0.39% -
HSV(B) 324.71º 0.97% 0.75% -
XYZ 24.89 12.55 17.33 -
YUV 73.45 151.45 212.56 -
System Red Green Blue C M Y K H S L
Decimal 192 5 115 0 0.97 0.40 0.25 324.71 0.95 0.39
Hex C0 5 73 0 61 28 19 145 5F 27
Octal 300 5 163 0 141 50 31 505 137 47
Binary 11000000 101 1110011 0 1100001 101000 11001 101000101 1011111 100111

Color Harmonies of #C00573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00573

Black with #C00573

Text Example


Text Example

White with #C00573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00573; }

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

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

background-color css

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

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

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

border-color css

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

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

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