Html Css Color HEX #C51D7A Medium Violet Red

📋 copy color: '#C51D7A'

red 197 ◦ green 29 ◦ blue 122

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

Shades of Medium Violet Red #C51D7A

Tints of Medium Violet Red #C51D7A

RGB

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

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

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

R = 56.61%
G = 8.33%
B = 35.06%

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

#C51D7A (or 0xC51D7A) is known color: Medium Violet Red. HEX triplet: C5, 1D and 7A. RGB value is (197,29,122). Sum of RGB (Red+Green+Blue) = 197+29+122=348 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.61% from 348); Green value is 29 (11.72% from 255 or 8.33% from 348); Blue value is 122 (48.05% from 255 or 35.06% from 348); Max value from RGB is 197 - color contains mainly: red. Hex color #C51D7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C51D7A is #3AE285. Grayscale: #595959. Windows color (decimal): -3859078 or 8003013. OLE color: 8003013.

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

Color convert

RGB 197 29 122 -
CMYK 0 0.85 0.38 0.23
HSL 326.79º 0.74% 0.44% -
HSV(B) 326.79º 0.85% 0.77% -
XYZ 26.98 14.15 19.72 -
YUV 89.83 146.16 204.44 -
System Red Green Blue C M Y K H S L
Decimal 197 29 122 0 0.85 0.38 0.23 326.79 0.74 0.44
Hex C5 1D 7A 0 55 26 17 147 4A 2C
Octal 305 35 172 0 125 46 27 507 112 54
Binary 11000101 11101 1111010 0 1010101 100110 10111 101000111 1001010 101100

Color Harmonies of #C51D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51D7A

Black with #C51D7A

Text Example


Text Example

White with #C51D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51D7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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