Html Css Color HEX #C50275 Medium Violet Red

📋 copy color: '#C50275'

red 197 ◦ green 2 ◦ blue 117

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

Shades of Medium Violet Red #C50275

Tints of Medium Violet Red #C50275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 37.03%

R = 62.34%
G = 0.63%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#C50275 (or 0xC50275) is known color: Medium Violet Red. HEX triplet: C5, 02 and 75. RGB value is (197,2,117). Sum of RGB (Red+Green+Blue) = 197+2+117=316 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.34% from 316); Green value is 2 (1.17% from 255 or 0.63% from 316); Blue value is 117 (46.09% from 255 or 37.03% from 316); Max value from RGB is 197 - color contains mainly: red. Hex color #C50275 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50275 is #3AFD8A. Grayscale: #494949. Windows color (decimal): -3865995 or 7668421. OLE color: 7668421.

HSL color Cylindrical-coordinate representation of color #C50275: hue angle of 324.62º 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 #C50275 is Cyan = 0, Magento = 0.99, Yellow = 0.41 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 2 117 -
CMYK 0 0.99 0.41 0.23
HSL 324.62º 0.98% 0.39% -
HSV(B) 324.62º 0.99% 0.77% -
XYZ 26.26 13.2 17.99 -
YUV 73.42 152.6 216.15 -
System Red Green Blue C M Y K H S L
Decimal 197 2 117 0 0.99 0.41 0.23 324.62 0.98 0.39
Hex C5 2 75 0 63 29 17 145 62 27
Octal 305 2 165 0 143 51 27 505 142 47
Binary 11000101 10 1110101 0 1100011 101001 10111 101000101 1100010 100111

Color Harmonies of #C50275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50275

Black with #C50275

Text Example


Text Example

White with #C50275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50275; }

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

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

background-color css

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

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

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

border-color css

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

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

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