Html Css Color HEX #C51E7D Medium Violet Red

📋 copy color: '#C51E7D'

red 197 ◦ green 30 ◦ blue 125

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

Shades of Medium Violet Red #C51E7D

Tints of Medium Violet Red #C51E7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 35.51%

R = 55.97%
G = 8.52%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.37

 K value IS 0.23

RGB Variations

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

Color information

#C51E7D (or 0xC51E7D) is known color: Medium Violet Red. HEX triplet: C5, 1E and 7D. RGB value is (197,30,125). Sum of RGB (Red+Green+Blue) = 197+30+125=352 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.97% from 352); Green value is 30 (12.11% from 255 or 8.52% from 352); Blue value is 125 (49.22% from 255 or 35.51% from 352); Max value from RGB is 197 - color contains mainly: red. Hex color #C51E7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C51E7D is #3AE182. Grayscale: #5A5A5A. Windows color (decimal): -3858819 or 8199877. OLE color: 8199877.

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

Color convert

RGB 197 30 125 -
CMYK 0 0.85 0.37 0.23
HSL 325.87º 0.74% 0.45% -
HSV(B) 325.87º 0.85% 0.77% -
XYZ 27.19 14.28 20.73 -
YUV 90.76 147.33 203.78 -
System Red Green Blue C M Y K H S L
Decimal 197 30 125 0 0.85 0.37 0.23 325.87 0.74 0.45
Hex C5 1E 7D 0 55 25 17 146 4A 2D
Octal 305 36 175 0 125 45 27 506 112 55
Binary 11000101 11110 1111101 0 1010101 100101 10111 101000110 1001010 101101

Color Harmonies of #C51E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51E7D

Black with #C51E7D

Text Example


Text Example

White with #C51E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51E7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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