Html Css Color HEX #C51F7A Medium Violet Red

📋 copy color: '#C51F7A'

red 197 ◦ green 31 ◦ blue 122

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

Shades of Medium Violet Red #C51F7A

Tints of Medium Violet Red #C51F7A

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.86%

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

R = 56.29%
G = 8.86%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.38

 K value IS 0.23

RGB Variations

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

Color information

#C51F7A (or 0xC51F7A) is known color: Medium Violet Red. HEX triplet: C5, 1F and 7A. RGB value is (197,31,122). Sum of RGB (Red+Green+Blue) = 197+31+122=350 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.29% from 350); Green value is 31 (12.5% from 255 or 8.86% from 350); Blue value is 122 (48.05% from 255 or 34.86% from 350); Max value from RGB is 197 - color contains mainly: red. Hex color #C51F7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C51F7A is #3AE085. Grayscale: #5A5A5A. Windows color (decimal): -3858566 or 8003525. OLE color: 8003525.

HSL color Cylindrical-coordinate representation of color #C51F7A: hue angle of 327.11º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C51F7A is Cyan = 0, Magento = 0.84, Yellow = 0.38 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 31 122 -
CMYK 0 0.84 0.38 0.23
HSL 327.11º 0.73% 0.45% -
HSV(B) 327.11º 0.84% 0.77% -
XYZ 27.03 14.26 19.74 -
YUV 91.01 145.5 203.6 -
System Red Green Blue C M Y K H S L
Decimal 197 31 122 0 0.84 0.38 0.23 327.11 0.73 0.45
Hex C5 1F 7A 0 54 26 17 147 49 2D
Octal 305 37 172 0 124 46 27 507 111 55
Binary 11000101 11111 1111010 0 1010100 100110 10111 101000111 1001001 101101

Color Harmonies of #C51F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51F7A

Black with #C51F7A

Text Example


Text Example

White with #C51F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51F7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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