Html Css Color HEX #C51F7E Medium Violet Red

📋 copy color: '#C51F7E'

red 197 ◦ green 31 ◦ blue 126

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

Shades of Medium Violet Red #C51F7E

Tints of Medium Violet Red #C51F7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 35.59%

R = 55.65%
G = 8.76%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#C51F7E (or 0xC51F7E) is known color: Medium Violet Red. HEX triplet: C5, 1F and 7E. RGB value is (197,31,126). Sum of RGB (Red+Green+Blue) = 197+31+126=354 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.65% from 354); Green value is 31 (12.5% from 255 or 8.76% from 354); Blue value is 126 (49.61% from 255 or 35.59% from 354); Max value from RGB is 197 - color contains mainly: red. Hex color #C51F7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C51F7E is #3AE081. Grayscale: #5B5B5B. Windows color (decimal): -3858562 or 8265669. OLE color: 8265669.

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

Color convert

RGB 197 31 126 -
CMYK 0 0.84 0.36 0.23
HSL 325.66º 0.73% 0.45% -
HSV(B) 325.66º 0.84% 0.77% -
XYZ 27.28 14.36 21.07 -
YUV 91.46 147.5 203.28 -
System Red Green Blue C M Y K H S L
Decimal 197 31 126 0 0.84 0.36 0.23 325.66 0.73 0.45
Hex C5 1F 7E 0 54 24 17 146 49 2D
Octal 305 37 176 0 124 44 27 506 111 55
Binary 11000101 11111 1111110 0 1010100 100100 10111 101000110 1001001 101101

Color Harmonies of #C51F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51F7E

Black with #C51F7E

Text Example


Text Example

White with #C51F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51F7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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