Html Css Color HEX #C51470 Medium Violet Red

📋 copy color: '#C51470'

red 197 ◦ green 20 ◦ blue 112

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

Shades of Medium Violet Red #C51470

Tints of Medium Violet Red #C51470

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.08%

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

R = 59.88%
G = 6.08%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#C51470 (or 0xC51470) is known color: Medium Violet Red. HEX triplet: C5, 14 and 70. RGB value is (197,20,112). Sum of RGB (Red+Green+Blue) = 197+20+112=329 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.88% from 329); Green value is 20 (8.20% from 255 or 6.08% from 329); Blue value is 112 (44.14% from 255 or 34.04% from 329); Max value from RGB is 197 - color contains mainly: red. Hex color #C51470 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51470 is #3AEB8F. Grayscale: #535353. Windows color (decimal): -3861392 or 7345349. OLE color: 7345349.

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

Color convert

RGB 197 20 112 -
CMYK 0 0.90 0.43 0.23
HSL 328.81º 0.82% 0.43% -
HSV(B) 328.81º 0.9% 0.77% -
XYZ 26.2 13.54 16.56 -
YUV 83.41 144.14 209.02 -
System Red Green Blue C M Y K H S L
Decimal 197 20 112 0 0.90 0.43 0.23 328.81 0.82 0.43
Hex C5 14 70 0 5A 2B 17 149 52 2B
Octal 305 24 160 0 132 53 27 511 122 53
Binary 11000101 10100 1110000 0 1011010 101011 10111 101001001 1010010 101011

Color Harmonies of #C51470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51470

Black with #C51470

Text Example


Text Example

White with #C51470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51470; }

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

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

background-color css

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

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

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

border-color css

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

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

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