Html Css Color HEX #C50073 Medium Violet Red

📋 copy color: '#C50073'

red 197 ◦ green 0 ◦ blue 115

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

Shades of Medium Violet Red #C50073

Tints of Medium Violet Red #C50073

RGB

 RED value IS 197 (77.34% from 255) = 63.14%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 63.14%
G = 0%
B = 36.86%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#C50073 (or 0xC50073) is known color: Medium Violet Red. HEX triplet: C5, 00 and 73. RGB value is (197,0,115). Sum of RGB (Red+Green+Blue) = 197+0+115=312 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.14% from 312); Green value is 0 (0.39% from 255 or 0% from 312); Blue value is 115 (45.31% from 255 or 36.86% from 312); Max value from RGB is 197 - color contains mainly: red. Hex color #C50073 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50073 is #3AFF8C. Grayscale: #474747. Windows color (decimal): -3866509 or 7536837. OLE color: 7536837.

HSL color Cylindrical-coordinate representation of color #C50073: hue angle of 324.97º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C50073 is Cyan = 0, Magento = 1, Yellow = 0.42 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 0 115 -
CMYK 0 1 0.42 0.23
HSL 324.97º 1% 0.39% -
HSV(B) 324.97º 1% 0.77% -
XYZ 26.12 13.11 17.37 -
YUV 72.01 152.27 217.15 -
System Red Green Blue C M Y K H S L
Decimal 197 0 115 0 1 0.42 0.23 324.97 1 0.39
Hex C5 0 73 0 64 2A 17 145 64 27
Octal 305 0 163 0 144 52 27 505 144 47
Binary 11000101 0 1110011 0 1100100 101010 10111 101000101 1100100 100111

Color Harmonies of #C50073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50073

Black with #C50073

Text Example


Text Example

White with #C50073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50073; }

 p { color: rgb(197,0,115); }

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

background-color css

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

 a { background-color: rgb(197,0,115); }

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

border-color css

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

 span { border-color: rgb(197,0,115); }

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