Html Css Color HEX #C51FA2 Medium Violet Red

📋 copy color: '#C51FA2'

red 197 ◦ green 31 ◦ blue 162

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

Shades of Medium Violet Red #C51FA2

Tints of Medium Violet Red #C51FA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 41.54%

R = 50.51%
G = 7.95%
B = 41.54%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.18

 K value IS 0.23

RGB Variations

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

Color information

#C51FA2 (or 0xC51FA2) is known color: Medium Violet Red. HEX triplet: C5, 1F and A2. RGB value is (197,31,162). Sum of RGB (Red+Green+Blue) = 197+31+162=390 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.51% from 390); Green value is 31 (12.5% from 255 or 7.95% from 390); Blue value is 162 (63.67% from 255 or 41.54% from 390); Max value from RGB is 197 - color contains mainly: red. Hex color #C51FA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C51FA2 is #3AE05D. Grayscale: #5F5F5F. Windows color (decimal): -3858526 or 10624965. OLE color: 10624965.

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

Color convert

RGB 197 31 162 -
CMYK 0 0.84 0.18 0.23
HSL 312.65º 0.73% 0.45% -
HSV(B) 312.65º 0.84% 0.77% -
XYZ 30.04 15.46 35.58 -
YUV 95.57 165.5 200.35 -
System Red Green Blue C M Y K H S L
Decimal 197 31 162 0 0.84 0.18 0.23 312.65 0.73 0.45
Hex C5 1F A2 0 54 12 17 139 49 2D
Octal 305 37 242 0 124 22 27 471 111 55
Binary 11000101 11111 10100010 0 1010100 10010 10111 100111001 1001001 101101

Color Harmonies of #C51FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51FA2

Black with #C51FA2

Text Example


Text Example

White with #C51FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51FA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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