Html Css Color HEX #C51499 Medium Violet Red

📋 copy color: '#C51499'

red 197 ◦ green 20 ◦ blue 153

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

Shades of Medium Violet Red #C51499

Tints of Medium Violet Red #C51499

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 41.35%

R = 53.24%
G = 5.41%
B = 41.35%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.22

 K value IS 0.23

RGB Variations

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

Color information

#C51499 (or 0xC51499) is known color: Medium Violet Red. HEX triplet: C5, 14 and 99. RGB value is (197,20,153). Sum of RGB (Red+Green+Blue) = 197+20+153=370 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.24% from 370); Green value is 20 (8.20% from 255 or 5.41% from 370); Blue value is 153 (60.16% from 255 or 41.35% from 370); Max value from RGB is 197 - color contains mainly: red. Hex color #C51499 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C51499 is #3AEB66. Grayscale: #575757. Windows color (decimal): -3861351 or 10032325. OLE color: 10032325.

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

Color convert

RGB 197 20 153 -
CMYK 0 0.90 0.22 0.23
HSL 314.92º 0.82% 0.43% -
HSV(B) 314.92º 0.9% 0.77% -
XYZ 29.03 14.67 31.44 -
YUV 88.09 164.64 205.69 -
System Red Green Blue C M Y K H S L
Decimal 197 20 153 0 0.90 0.22 0.23 314.92 0.82 0.43
Hex C5 14 99 0 5A 16 17 13B 52 2B
Octal 305 24 231 0 132 26 27 473 122 53
Binary 11000101 10100 10011001 0 1011010 10110 10111 100111011 1010010 101011

Color Harmonies of #C51499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51499

Black with #C51499

Text Example


Text Example

White with #C51499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51499; }

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

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

background-color css

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

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

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

border-color css

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

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

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