Html Css Color HEX #C51882 Medium Violet Red

📋 copy color: '#C51882'

red 197 ◦ green 24 ◦ blue 130

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

Shades of Medium Violet Red #C51882

Tints of Medium Violet Red #C51882

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.84%

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

R = 56.13%
G = 6.84%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.34

 K value IS 0.23

RGB Variations

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

Color information

#C51882 (or 0xC51882) is known color: Medium Violet Red. HEX triplet: C5, 18 and 82. RGB value is (197,24,130). Sum of RGB (Red+Green+Blue) = 197+24+130=351 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.13% from 351); Green value is 24 (9.77% from 255 or 6.84% from 351); Blue value is 130 (51.17% from 255 or 37.04% from 351); Max value from RGB is 197 - color contains mainly: red. Hex color #C51882 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C51882 is #3AE77D. Grayscale: #575757. Windows color (decimal): -3860350 or 8526021. OLE color: 8526021.

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

Color convert

RGB 197 24 130 -
CMYK 0 0.88 0.34 0.23
HSL 323.24º 0.78% 0.43% -
HSV(B) 323.24º 0.88% 0.77% -
XYZ 27.38 14.14 22.4 -
YUV 87.81 151.81 205.88 -
System Red Green Blue C M Y K H S L
Decimal 197 24 130 0 0.88 0.34 0.23 323.24 0.78 0.43
Hex C5 18 82 0 58 22 17 143 4E 2B
Octal 305 30 202 0 130 42 27 503 116 53
Binary 11000101 11000 10000010 0 1011000 100010 10111 101000011 1001110 101011

Color Harmonies of #C51882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51882

Black with #C51882

Text Example


Text Example

White with #C51882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51882; }

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

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

background-color css

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

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

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

border-color css

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

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

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