Html Css Color HEX #C51F7B Medium Violet Red

📋 copy color: '#C51F7B'

red 197 ◦ green 31 ◦ blue 123

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

Shades of Medium Violet Red #C51F7B

Tints of Medium Violet Red #C51F7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 35.04%

R = 56.13%
G = 8.83%
B = 35.04%

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

#C51F7B (or 0xC51F7B) is known color: Medium Violet Red. HEX triplet: C5, 1F and 7B. RGB value is (197,31,123). Sum of RGB (Red+Green+Blue) = 197+31+123=351 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.13% from 351); Green value is 31 (12.5% from 255 or 8.83% from 351); Blue value is 123 (48.44% from 255 or 35.04% from 351); Max value from RGB is 197 - color contains mainly: red. Hex color #C51F7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C51F7B is #3AE084. Grayscale: #5A5A5A. Windows color (decimal): -3858565 or 8069061. OLE color: 8069061.

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

Color convert

RGB 197 31 123 -
CMYK 0 0.84 0.38 0.23
HSL 326.75º 0.73% 0.45% -
HSV(B) 326.75º 0.84% 0.77% -
XYZ 27.09 14.28 20.07 -
YUV 91.12 146 203.52 -
System Red Green Blue C M Y K H S L
Decimal 197 31 123 0 0.84 0.38 0.23 326.75 0.73 0.45
Hex C5 1F 7B 0 54 26 17 147 49 2D
Octal 305 37 173 0 124 46 27 507 111 55
Binary 11000101 11111 1111011 0 1010100 100110 10111 101000111 1001001 101101

Color Harmonies of #C51F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51F7B

Black with #C51F7B

Text Example


Text Example

White with #C51F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51F7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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