Html Css Color HEX #C51E9C Medium Violet Red

📋 copy color: '#C51E9C'

red 197 ◦ green 30 ◦ blue 156

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

Shades of Medium Violet Red #C51E9C

Tints of Medium Violet Red #C51E9C

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.83%

 BLUE value IS 156 (61.33% from 255) = 40.73%

R = 51.44%
G = 7.83%
B = 40.73%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.21

 K value IS 0.23

RGB Variations

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

Color information

#C51E9C (or 0xC51E9C) is known color: Medium Violet Red. HEX triplet: C5, 1E and 9C. RGB value is (197,30,156). Sum of RGB (Red+Green+Blue) = 197+30+156=383 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.44% from 383); Green value is 30 (12.11% from 255 or 7.83% from 383); Blue value is 156 (61.33% from 255 or 40.73% from 383); Max value from RGB is 197 - color contains mainly: red. Hex color #C51E9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C51E9C is #3AE163. Grayscale: #5D5D5D. Windows color (decimal): -3858788 or 10231493. OLE color: 10231493.

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

Color convert

RGB 197 30 156 -
CMYK 0 0.85 0.21 0.23
HSL 314.73º 0.74% 0.45% -
HSV(B) 314.73º 0.85% 0.77% -
XYZ 29.49 15.2 32.83 -
YUV 94.3 162.83 201.25 -
System Red Green Blue C M Y K H S L
Decimal 197 30 156 0 0.85 0.21 0.23 314.73 0.74 0.45
Hex C5 1E 9C 0 55 15 17 13B 4A 2D
Octal 305 36 234 0 125 25 27 473 112 55
Binary 11000101 11110 10011100 0 1010101 10101 10111 100111011 1001010 101101

Color Harmonies of #C51E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51E9C

Black with #C51E9C

Text Example


Text Example

White with #C51E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51E9C; }

 p { color: rgb(197,30,156); }

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

background-color css

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

 a { background-color: rgb(197,30,156); }

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

border-color css

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

 span { border-color: rgb(197,30,156); }

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