Html Css Color HEX #C50273 Medium Violet Red

📋 copy color: '#C50273'

red 197 ◦ green 2 ◦ blue 115

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

Shades of Medium Violet Red #C50273

Tints of Medium Violet Red #C50273

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.64%

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

R = 62.74%
G = 0.64%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#C50273 (or 0xC50273) is known color: Medium Violet Red. HEX triplet: C5, 02 and 73. RGB value is (197,2,115). Sum of RGB (Red+Green+Blue) = 197+2+115=314 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.74% from 314); Green value is 2 (1.17% from 255 or 0.64% from 314); Blue value is 115 (45.31% from 255 or 36.62% from 314); Max value from RGB is 197 - color contains mainly: red. Hex color #C50273 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50273 is #3AFD8C. Grayscale: #484848. Windows color (decimal): -3865997 or 7537349. OLE color: 7537349.

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

Color convert

RGB 197 2 115 -
CMYK 0 0.99 0.42 0.23
HSL 325.23º 0.98% 0.39% -
HSV(B) 325.23º 0.99% 0.77% -
XYZ 26.14 13.15 17.38 -
YUV 73.19 151.6 216.31 -
System Red Green Blue C M Y K H S L
Decimal 197 2 115 0 0.99 0.42 0.23 325.23 0.98 0.39
Hex C5 2 73 0 63 2A 17 145 62 27
Octal 305 2 163 0 143 52 27 505 142 47
Binary 11000101 10 1110011 0 1100011 101010 10111 101000101 1100010 100111

Color Harmonies of #C50273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50273

Black with #C50273

Text Example


Text Example

White with #C50273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50273; }

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

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

background-color css

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

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

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

border-color css

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

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

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