Html Css Color HEX #C51BA8 Medium Violet Red

📋 copy color: '#C51BA8'

red 197 ◦ green 27 ◦ blue 168

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

Shades of Medium Violet Red #C51BA8

Tints of Medium Violet Red #C51BA8

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.89%

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

R = 50.26%
G = 6.89%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.15

 K value IS 0.23

RGB Variations

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

Color information

#C51BA8 (or 0xC51BA8) is known color: Medium Violet Red. HEX triplet: C5, 1B and A8. RGB value is (197,27,168). Sum of RGB (Red+Green+Blue) = 197+27+168=392 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.26% from 392); Green value is 27 (10.94% from 255 or 6.89% from 392); Blue value is 168 (66.02% from 255 or 42.86% from 392); Max value from RGB is 197 - color contains mainly: red. Hex color #C51BA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C51BA8 is #3AE457. Grayscale: #5D5D5D. Windows color (decimal): -3859544 or 11017157. OLE color: 11017157.

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

Color convert

RGB 197 27 168 -
CMYK 0 0.86 0.15 0.23
HSL 310.24º 0.76% 0.44% -
HSV(B) 310.24º 0.86% 0.77% -
XYZ 30.49 15.48 38.43 -
YUV 93.9 169.82 201.54 -
System Red Green Blue C M Y K H S L
Decimal 197 27 168 0 0.86 0.15 0.23 310.24 0.76 0.44
Hex C5 1B A8 0 56 F 17 136 4C 2C
Octal 305 33 250 0 126 17 27 466 114 54
Binary 11000101 11011 10101000 0 1010110 1111 10111 100110110 1001100 101100

Color Harmonies of #C51BA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51BA8

Black with #C51BA8

Text Example


Text Example

White with #C51BA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51BA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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