Html Css Color HEX #C51AA7 Medium Violet Red

📋 copy color: '#C51AA7'

red 197 ◦ green 26 ◦ blue 167

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

Shades of Medium Violet Red #C51AA7

Tints of Medium Violet Red #C51AA7

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.67%

 BLUE value IS 167 (65.63% from 255) = 42.82%

R = 50.51%
G = 6.67%
B = 42.82%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.15

 K value IS 0.23

RGB Variations

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

Color information

#C51AA7 (or 0xC51AA7) is known color: Medium Violet Red. HEX triplet: C5, 1A and A7. RGB value is (197,26,167). Sum of RGB (Red+Green+Blue) = 197+26+167=390 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.51% from 390); Green value is 26 (10.55% from 255 or 6.67% from 390); Blue value is 167 (65.62% from 255 or 42.82% from 390); Max value from RGB is 197 - color contains mainly: red. Hex color #C51AA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C51AA7 is #3AE558. Grayscale: #5C5C5C. Windows color (decimal): -3859801 or 10951365. OLE color: 10951365.

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

Color convert

RGB 197 26 167 -
CMYK 0 0.87 0.15 0.23
HSL 310.53º 0.77% 0.44% -
HSV(B) 310.53º 0.87% 0.77% -
XYZ 30.37 15.4 37.93 -
YUV 93.2 169.65 202.04 -
System Red Green Blue C M Y K H S L
Decimal 197 26 167 0 0.87 0.15 0.23 310.53 0.77 0.44
Hex C5 1A A7 0 57 F 17 137 4D 2C
Octal 305 32 247 0 127 17 27 467 115 54
Binary 11000101 11010 10100111 0 1010111 1111 10111 100110111 1001101 101100

Color Harmonies of #C51AA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51AA7

Black with #C51AA7

Text Example


Text Example

White with #C51AA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51AA7; }

 p { color: rgb(197,26,167); }

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

background-color css

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

 a { background-color: rgb(197,26,167); }

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

border-color css

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

 span { border-color: rgb(197,26,167); }

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