Html Css Color HEX #C20573 Medium Violet Red

📋 copy color: '#C20573'

red 194 ◦ green 5 ◦ blue 115

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

Shades of Medium Violet Red #C20573

Tints of Medium Violet Red #C20573

RGB

 RED value IS 194 (76.17% from 255) = 61.78%

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

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

R = 61.78%
G = 1.59%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C20573 (or 0xC20573) is known color: Medium Violet Red. HEX triplet: C2, 05 and 73. RGB value is (194,5,115). Sum of RGB (Red+Green+Blue) = 194+5+115=314 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.78% from 314); Green value is 5 (2.34% from 255 or 1.59% from 314); Blue value is 115 (45.31% from 255 or 36.62% from 314); Max value from RGB is 194 - color contains mainly: red. Hex color #C20573 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20573 is #3DFA8C. Grayscale: #494949. Windows color (decimal): -4061837 or 7538114. OLE color: 7538114.

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

Color convert

RGB 194 5 115 -
CMYK 0 0.97 0.41 0.24
HSL 325.08º 0.95% 0.39% -
HSV(B) 325.08º 0.97% 0.76% -
XYZ 25.4 12.82 17.35 -
YUV 74.05 151.12 213.56 -
System Red Green Blue C M Y K H S L
Decimal 194 5 115 0 0.97 0.41 0.24 325.08 0.95 0.39
Hex C2 5 73 0 61 29 18 145 5F 27
Octal 302 5 163 0 141 51 30 505 137 47
Binary 11000010 101 1110011 0 1100001 101001 11000 101000101 1011111 100111

Color Harmonies of #C20573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20573

Black with #C20573

Text Example


Text Example

White with #C20573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20573; }

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

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

background-color css

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

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

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

border-color css

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

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

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