Html Css Color HEX #C51E7A Medium Violet Red

📋 copy color: '#C51E7A'

red 197 ◦ green 30 ◦ blue 122

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

Shades of Medium Violet Red #C51E7A

Tints of Medium Violet Red #C51E7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 34.96%

R = 56.45%
G = 8.6%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.38

 K value IS 0.23

RGB Variations

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

Color information

#C51E7A (or 0xC51E7A) is known color: Medium Violet Red. HEX triplet: C5, 1E and 7A. RGB value is (197,30,122). Sum of RGB (Red+Green+Blue) = 197+30+122=349 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.45% from 349); Green value is 30 (12.11% from 255 or 8.60% from 349); Blue value is 122 (48.05% from 255 or 34.96% from 349); Max value from RGB is 197 - color contains mainly: red. Hex color #C51E7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C51E7A is #3AE185. Grayscale: #5A5A5A. Windows color (decimal): -3858822 or 8003269. OLE color: 8003269.

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

Color convert

RGB 197 30 122 -
CMYK 0 0.85 0.38 0.23
HSL 326.95º 0.74% 0.45% -
HSV(B) 326.95º 0.85% 0.77% -
XYZ 27 14.2 19.73 -
YUV 90.42 145.83 204.02 -
System Red Green Blue C M Y K H S L
Decimal 197 30 122 0 0.85 0.38 0.23 326.95 0.74 0.45
Hex C5 1E 7A 0 55 26 17 147 4A 2D
Octal 305 36 172 0 125 46 27 507 112 55
Binary 11000101 11110 1111010 0 1010101 100110 10111 101000111 1001010 101101

Color Harmonies of #C51E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51E7A

Black with #C51E7A

Text Example


Text Example

White with #C51E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51E7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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