Html Css Color HEX #C51EA8 Medium Violet Red

📋 copy color: '#C51EA8'

red 197 ◦ green 30 ◦ blue 168

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

Shades of Medium Violet Red #C51EA8

Tints of Medium Violet Red #C51EA8

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.59%

 BLUE value IS 168 (66.02% from 255) = 42.53%

R = 49.87%
G = 7.59%
B = 42.53%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.15

 K value IS 0.23

RGB Variations

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

Color information

#C51EA8 (or 0xC51EA8) is known color: Medium Violet Red. HEX triplet: C5, 1E and A8. RGB value is (197,30,168). Sum of RGB (Red+Green+Blue) = 197+30+168=395 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.87% from 395); Green value is 30 (12.11% from 255 or 7.59% from 395); Blue value is 168 (66.02% from 255 or 42.53% from 395); Max value from RGB is 197 - color contains mainly: red. Hex color #C51EA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C51EA8 is #3AE157. Grayscale: #5F5F5F. Windows color (decimal): -3858776 or 11017925. OLE color: 11017925.

HSL color Cylindrical-coordinate representation of color #C51EA8: hue angle of 310.42º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C51EA8 is Cyan = 0, Magento = 0.85, Yellow = 0.15 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 30 168 -
CMYK 0 0.85 0.15 0.23
HSL 310.42º 0.74% 0.45% -
HSV(B) 310.42º 0.85% 0.77% -
XYZ 30.56 15.63 38.45 -
YUV 95.67 168.83 200.28 -
System Red Green Blue C M Y K H S L
Decimal 197 30 168 0 0.85 0.15 0.23 310.42 0.74 0.45
Hex C5 1E A8 0 55 F 17 136 4A 2D
Octal 305 36 250 0 125 17 27 466 112 55
Binary 11000101 11110 10101000 0 1010101 1111 10111 100110110 1001010 101101

Color Harmonies of #C51EA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51EA8

Black with #C51EA8

Text Example


Text Example

White with #C51EA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51EA8; }

 p { color: rgb(197,30,168); }

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

background-color css

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

 a { background-color: rgb(197,30,168); }

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

border-color css

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

 span { border-color: rgb(197,30,168); }

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