Html Css Color HEX #C50075 Medium Violet Red

📋 copy color: '#C50075'

red 197 ◦ green 0 ◦ blue 117

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

Shades of Medium Violet Red #C50075

Tints of Medium Violet Red #C50075

RGB

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

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

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

R = 62.74%
G = 0%
B = 37.26%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#C50075 (or 0xC50075) is known color: Medium Violet Red. HEX triplet: C5, 00 and 75. RGB value is (197,0,117). Sum of RGB (Red+Green+Blue) = 197+0+117=314 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.74% from 314); Green value is 0 (0.39% from 255 or 0% from 314); Blue value is 117 (46.09% from 255 or 37.26% from 314); Max value from RGB is 197 - color contains mainly: red. Hex color #C50075 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50075 is #3AFF8A. Grayscale: #474747. Windows color (decimal): -3866507 or 7667909. OLE color: 7667909.

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

Color convert

RGB 197 0 117 -
CMYK 0 1 0.41 0.23
HSL 324.37º 1% 0.39% -
HSV(B) 324.37º 1% 0.77% -
XYZ 26.24 13.15 17.99 -
YUV 72.24 153.27 216.99 -
System Red Green Blue C M Y K H S L
Decimal 197 0 117 0 1 0.41 0.23 324.37 1 0.39
Hex C5 0 75 0 64 29 17 144 64 27
Octal 305 0 165 0 144 51 27 504 144 47
Binary 11000101 0 1110101 0 1100100 101001 10111 101000100 1100100 100111

Color Harmonies of #C50075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50075

Black with #C50075

Text Example


Text Example

White with #C50075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50075; }

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

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

background-color css

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

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

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

border-color css

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

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

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