Html Css Color HEX #C51CA3 Medium Violet Red

📋 copy color: '#C51CA3'

red 197 ◦ green 28 ◦ blue 163

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

Shades of Medium Violet Red #C51CA3

Tints of Medium Violet Red #C51CA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 42.01%

R = 50.77%
G = 7.22%
B = 42.01%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.17

 K value IS 0.23

RGB Variations

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

Color information

#C51CA3 (or 0xC51CA3) is known color: Medium Violet Red. HEX triplet: C5, 1C and A3. RGB value is (197,28,163). Sum of RGB (Red+Green+Blue) = 197+28+163=388 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.77% from 388); Green value is 28 (11.33% from 255 or 7.22% from 388); Blue value is 163 (64.06% from 255 or 42.01% from 388); Max value from RGB is 197 - color contains mainly: red. Hex color #C51CA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C51CA3 is #3AE35C. Grayscale: #5D5D5D. Windows color (decimal): -3859293 or 10689733. OLE color: 10689733.

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

Color convert

RGB 197 28 163 -
CMYK 0 0.86 0.17 0.23
HSL 312.07º 0.75% 0.44% -
HSV(B) 312.07º 0.86% 0.77% -
XYZ 30.05 15.35 36.03 -
YUV 93.92 166.99 201.52 -
System Red Green Blue C M Y K H S L
Decimal 197 28 163 0 0.86 0.17 0.23 312.07 0.75 0.44
Hex C5 1C A3 0 56 11 17 138 4B 2C
Octal 305 34 243 0 126 21 27 470 113 54
Binary 11000101 11100 10100011 0 1010110 10001 10111 100111000 1001011 101100

Color Harmonies of #C51CA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51CA3

Black with #C51CA3

Text Example


Text Example

White with #C51CA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51CA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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