Html Css Color HEX #C51E85 Medium Violet Red

📋 copy color: '#C51E85'

red 197 ◦ green 30 ◦ blue 133

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

Shades of Medium Violet Red #C51E85

Tints of Medium Violet Red #C51E85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 36.94%

R = 54.72%
G = 8.33%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#C51E85 (or 0xC51E85) is known color: Medium Violet Red. HEX triplet: C5, 1E and 85. RGB value is (197,30,133). Sum of RGB (Red+Green+Blue) = 197+30+133=360 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.72% from 360); Green value is 30 (12.11% from 255 or 8.33% from 360); Blue value is 133 (52.34% from 255 or 36.94% from 360); Max value from RGB is 197 - color contains mainly: red. Hex color #C51E85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C51E85 is #3AE17A. Grayscale: #5B5B5B. Windows color (decimal): -3858811 or 8724165. OLE color: 8724165.

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

Color convert

RGB 197 30 133 -
CMYK 0 0.85 0.32 0.23
HSL 322.99º 0.74% 0.45% -
HSV(B) 322.99º 0.85% 0.77% -
XYZ 27.72 14.49 23.53 -
YUV 91.68 151.33 203.12 -
System Red Green Blue C M Y K H S L
Decimal 197 30 133 0 0.85 0.32 0.23 322.99 0.74 0.45
Hex C5 1E 85 0 55 20 17 143 4A 2D
Octal 305 36 205 0 125 40 27 503 112 55
Binary 11000101 11110 10000101 0 1010101 100000 10111 101000011 1001010 101101

Color Harmonies of #C51E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51E85

Black with #C51E85

Text Example


Text Example

White with #C51E85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51E85; }

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

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

background-color css

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

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

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

border-color css

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

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

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