Html Css Color HEX #C50470 Medium Violet Red

📋 copy color: '#C50470'

red 197 ◦ green 4 ◦ blue 112

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

Shades of Medium Violet Red #C50470

Tints of Medium Violet Red #C50470

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.28%

 BLUE value IS 112 (44.14% from 255) = 35.78%

R = 62.94%
G = 1.28%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#C50470 (or 0xC50470) is known color: Medium Violet Red. HEX triplet: C5, 04 and 70. RGB value is (197,4,112). Sum of RGB (Red+Green+Blue) = 197+4+112=313 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.94% from 313); Green value is 4 (1.95% from 255 or 1.28% from 313); Blue value is 112 (44.14% from 255 or 35.78% from 313); Max value from RGB is 197 - color contains mainly: red. Hex color #C50470 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50470 is #3AFB8F. Grayscale: #494949. Windows color (decimal): -3865488 or 7341253. OLE color: 7341253.

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

Color convert

RGB 197 4 112 -
CMYK 0 0.98 0.43 0.23
HSL 326.42º 0.96% 0.39% -
HSV(B) 326.42º 0.98% 0.77% -
XYZ 25.99 13.13 16.49 -
YUV 74.02 149.44 215.72 -
System Red Green Blue C M Y K H S L
Decimal 197 4 112 0 0.98 0.43 0.23 326.42 0.96 0.39
Hex C5 4 70 0 62 2B 17 146 60 27
Octal 305 4 160 0 142 53 27 506 140 47
Binary 11000101 100 1110000 0 1100010 101011 10111 101000110 1100000 100111

Color Harmonies of #C50470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50470

Black with #C50470

Text Example


Text Example

White with #C50470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50470; }

 p { color: rgb(197,4,112); }

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

background-color css

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

 a { background-color: rgb(197,4,112); }

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

border-color css

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

 span { border-color: rgb(197,4,112); }

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