Html Css Color HEX #C51D8B Medium Violet Red

📋 copy color: '#C51D8B'

red 197 ◦ green 29 ◦ blue 139

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

Shades of Medium Violet Red #C51D8B

Tints of Medium Violet Red #C51D8B

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.95%

 BLUE value IS 139 (54.69% from 255) = 38.08%

R = 53.97%
G = 7.95%
B = 38.08%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.29

 K value IS 0.23

RGB Variations

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

Color information

#C51D8B (or 0xC51D8B) is known color: Medium Violet Red. HEX triplet: C5, 1D and 8B. RGB value is (197,29,139). Sum of RGB (Red+Green+Blue) = 197+29+139=365 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.97% from 365); Green value is 29 (11.72% from 255 or 7.95% from 365); Blue value is 139 (54.69% from 255 or 38.08% from 365); Max value from RGB is 197 - color contains mainly: red. Hex color #C51D8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C51D8B is #3AE274. Grayscale: #5B5B5B. Windows color (decimal): -3859061 or 9117125. OLE color: 9117125.

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

Color convert

RGB 197 29 139 -
CMYK 0 0.85 0.29 0.23
HSL 320.71º 0.74% 0.44% -
HSV(B) 320.71º 0.85% 0.77% -
XYZ 28.13 14.61 25.76 -
YUV 91.77 154.66 203.06 -
System Red Green Blue C M Y K H S L
Decimal 197 29 139 0 0.85 0.29 0.23 320.71 0.74 0.44
Hex C5 1D 8B 0 55 1D 17 141 4A 2C
Octal 305 35 213 0 125 35 27 501 112 54
Binary 11000101 11101 10001011 0 1010101 11101 10111 101000001 1001010 101100

Color Harmonies of #C51D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51D8B

Black with #C51D8B

Text Example


Text Example

White with #C51D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51D8B; }

 p { color: rgb(197,29,139); }

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

background-color css

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

 a { background-color: rgb(197,29,139); }

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

border-color css

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

 span { border-color: rgb(197,29,139); }

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