Html Css Color HEX #C51CA2 Medium Violet Red

📋 copy color: '#C51CA2'

red 197 ◦ green 28 ◦ blue 162

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

Shades of Medium Violet Red #C51CA2

Tints of Medium Violet Red #C51CA2

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.24%

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

R = 50.9%
G = 7.24%
B = 41.86%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.18

 K value IS 0.23

RGB Variations

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

Color information

#C51CA2 (or 0xC51CA2) is known color: Medium Violet Red. HEX triplet: C5, 1C and A2. RGB value is (197,28,162). Sum of RGB (Red+Green+Blue) = 197+28+162=387 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.90% from 387); Green value is 28 (11.33% from 255 or 7.24% from 387); Blue value is 162 (63.67% from 255 or 41.86% from 387); Max value from RGB is 197 - color contains mainly: red. Hex color #C51CA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C51CA2 is #3AE35D. Grayscale: #5D5D5D. Windows color (decimal): -3859294 or 10624197. OLE color: 10624197.

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

Color convert

RGB 197 28 162 -
CMYK 0 0.86 0.18 0.23
HSL 312.43º 0.75% 0.44% -
HSV(B) 312.43º 0.86% 0.77% -
XYZ 29.96 15.31 35.56 -
YUV 93.81 166.49 201.6 -
System Red Green Blue C M Y K H S L
Decimal 197 28 162 0 0.86 0.18 0.23 312.43 0.75 0.44
Hex C5 1C A2 0 56 12 17 138 4B 2C
Octal 305 34 242 0 126 22 27 470 113 54
Binary 11000101 11100 10100010 0 1010110 10010 10111 100111000 1001011 101100

Color Harmonies of #C51CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51CA2

Black with #C51CA2

Text Example


Text Example

White with #C51CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51CA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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