Html Css Color HEX #C51B9F Medium Violet Red

📋 copy color: '#C51B9F'

red 197 ◦ green 27 ◦ blue 159

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

Shades of Medium Violet Red #C51B9F

Tints of Medium Violet Red #C51B9F

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.05%

 BLUE value IS 159 (62.5% from 255) = 41.51%

R = 51.44%
G = 7.05%
B = 41.51%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.19

 K value IS 0.23

RGB Variations

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

Color information

#C51B9F (or 0xC51B9F) is known color: Medium Violet Red. HEX triplet: C5, 1B and 9F. RGB value is (197,27,159). Sum of RGB (Red+Green+Blue) = 197+27+159=383 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.44% from 383); Green value is 27 (10.94% from 255 or 7.05% from 383); Blue value is 159 (62.5% from 255 or 41.51% from 383); Max value from RGB is 197 - color contains mainly: red. Hex color #C51B9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C51B9F is #3AE460. Grayscale: #5C5C5C. Windows color (decimal): -3859553 or 10427333. OLE color: 10427333.

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

Color convert

RGB 197 27 159 -
CMYK 0 0.86 0.19 0.23
HSL 313.41º 0.76% 0.44% -
HSV(B) 313.41º 0.86% 0.77% -
XYZ 29.68 15.16 34.16 -
YUV 92.88 165.32 202.27 -
System Red Green Blue C M Y K H S L
Decimal 197 27 159 0 0.86 0.19 0.23 313.41 0.76 0.44
Hex C5 1B 9F 0 56 13 17 139 4C 2C
Octal 305 33 237 0 126 23 27 471 114 54
Binary 11000101 11011 10011111 0 1010110 10011 10111 100111001 1001100 101100

Color Harmonies of #C51B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51B9F

Black with #C51B9F

Text Example


Text Example

White with #C51B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51B9F; }

 p { color: rgb(197,27,159); }

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

background-color css

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

 a { background-color: rgb(197,27,159); }

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

border-color css

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

 span { border-color: rgb(197,27,159); }

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