Html Css Color HEX #C51DA8 Medium Violet Red

📋 copy color: '#C51DA8'

red 197 ◦ green 29 ◦ blue 168

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

Shades of Medium Violet Red #C51DA8

Tints of Medium Violet Red #C51DA8

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.36%

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

R = 50%
G = 7.36%
B = 42.64%

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

#C51DA8 (or 0xC51DA8) is known color: Medium Violet Red. HEX triplet: C5, 1D and A8. RGB value is (197,29,168). Sum of RGB (Red+Green+Blue) = 197+29+168=394 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50% from 394); Green value is 29 (11.72% from 255 or 7.36% from 394); Blue value is 168 (66.02% from 255 or 42.64% from 394); Max value from RGB is 197 - color contains mainly: red. Hex color #C51DA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C51DA8 is #3AE257. Grayscale: #5E5E5E. Windows color (decimal): -3859032 or 11017669. OLE color: 11017669.

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

Color convert

RGB 197 29 168 -
CMYK 0 0.85 0.15 0.23
HSL 310.36º 0.74% 0.44% -
HSV(B) 310.36º 0.85% 0.77% -
XYZ 30.53 15.58 38.44 -
YUV 95.08 169.16 200.7 -
System Red Green Blue C M Y K H S L
Decimal 197 29 168 0 0.85 0.15 0.23 310.36 0.74 0.44
Hex C5 1D A8 0 55 F 17 136 4A 2C
Octal 305 35 250 0 125 17 27 466 112 54
Binary 11000101 11101 10101000 0 1010101 1111 10111 100110110 1001010 101100

Color Harmonies of #C51DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51DA8

Black with #C51DA8

Text Example


Text Example

White with #C51DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51DA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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