Html Css Color HEX #C51EA7 Medium Violet Red

📋 copy color: '#C51EA7'

red 197 ◦ green 30 ◦ blue 167

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

Shades of Medium Violet Red #C51EA7

Tints of Medium Violet Red #C51EA7

RGB

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

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

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

R = 50%
G = 7.61%
B = 42.39%

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

#C51EA7 (or 0xC51EA7) is known color: Medium Violet Red. HEX triplet: C5, 1E and A7. RGB value is (197,30,167). Sum of RGB (Red+Green+Blue) = 197+30+167=394 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50% from 394); Green value is 30 (12.11% from 255 or 7.61% from 394); Blue value is 167 (65.62% from 255 or 42.39% from 394); Max value from RGB is 197 - color contains mainly: red. Hex color #C51EA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C51EA7 is #3AE158. Grayscale: #5F5F5F. Windows color (decimal): -3858777 or 10952389. OLE color: 10952389.

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

Color convert

RGB 197 30 167 -
CMYK 0 0.85 0.15 0.23
HSL 310.78º 0.74% 0.45% -
HSV(B) 310.78º 0.85% 0.77% -
XYZ 30.47 15.59 37.96 -
YUV 95.55 168.33 200.36 -
System Red Green Blue C M Y K H S L
Decimal 197 30 167 0 0.85 0.15 0.23 310.78 0.74 0.45
Hex C5 1E A7 0 55 F 17 137 4A 2D
Octal 305 36 247 0 125 17 27 467 112 55
Binary 11000101 11110 10100111 0 1010101 1111 10111 100110111 1001010 101101

Color Harmonies of #C51EA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51EA7

Black with #C51EA7

Text Example


Text Example

White with #C51EA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51EA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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