Html Css Color HEX #C51482 Medium Violet Red

📋 copy color: '#C51482'

red 197 ◦ green 20 ◦ blue 130

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

Shades of Medium Violet Red #C51482

Tints of Medium Violet Red #C51482

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 37.46%

R = 56.77%
G = 5.76%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.34

 K value IS 0.23

RGB Variations

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

Color information

#C51482 (or 0xC51482) is known color: Medium Violet Red. HEX triplet: C5, 14 and 82. RGB value is (197,20,130). Sum of RGB (Red+Green+Blue) = 197+20+130=347 (45% of max value = 765). Red value is 197 (77.34% from 255 or 56.77% from 347); Green value is 20 (8.20% from 255 or 5.76% from 347); Blue value is 130 (51.17% from 255 or 37.46% from 347); Max value from RGB is 197 - color contains mainly: red. Hex color #C51482 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C51482 is #3AEB7D. Grayscale: #555555. Windows color (decimal): -3861374 or 8524997. OLE color: 8524997.

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

Color convert

RGB 197 20 130 -
CMYK 0 0.90 0.34 0.23
HSL 322.71º 0.82% 0.43% -
HSV(B) 322.71º 0.9% 0.77% -
XYZ 27.31 13.98 22.38 -
YUV 85.46 153.14 207.56 -
System Red Green Blue C M Y K H S L
Decimal 197 20 130 0 0.90 0.34 0.23 322.71 0.82 0.43
Hex C5 14 82 0 5A 22 17 143 52 2B
Octal 305 24 202 0 132 42 27 503 122 53
Binary 11000101 10100 10000010 0 1011010 100010 10111 101000011 1010010 101011

Color Harmonies of #C51482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51482

Black with #C51482

Text Example


Text Example

White with #C51482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51482; }

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

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

background-color css

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

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

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

border-color css

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

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

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