Html Css Color HEX #C51693 Medium Violet Red

📋 copy color: '#C51693'

red 197 ◦ green 22 ◦ blue 147

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

Shades of Medium Violet Red #C51693

Tints of Medium Violet Red #C51693

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.01%

 BLUE value IS 147 (57.81% from 255) = 40.16%

R = 53.83%
G = 6.01%
B = 40.16%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.25

 K value IS 0.23

RGB Variations

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

Color information

#C51693 (or 0xC51693) is known color: Medium Violet Red. HEX triplet: C5, 16 and 93. RGB value is (197,22,147). Sum of RGB (Red+Green+Blue) = 197+22+147=366 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.83% from 366); Green value is 22 (8.98% from 255 or 6.01% from 366); Blue value is 147 (57.81% from 255 or 40.16% from 366); Max value from RGB is 197 - color contains mainly: red. Hex color #C51693 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C51693 is #3AE96C. Grayscale: #585858. Windows color (decimal): -3860845 or 9639621. OLE color: 9639621.

HSL color Cylindrical-coordinate representation of color #C51693: hue angle of 317.14º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C51693 is Cyan = 0, Magento = 0.89, Yellow = 0.25 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 22 147 -
CMYK 0 0.89 0.25 0.23
HSL 317.14º 0.8% 0.43% -
HSV(B) 317.14º 0.89% 0.77% -
XYZ 28.58 14.55 28.91 -
YUV 88.58 160.98 205.34 -
System Red Green Blue C M Y K H S L
Decimal 197 22 147 0 0.89 0.25 0.23 317.14 0.8 0.43
Hex C5 16 93 0 59 19 17 13D 50 2B
Octal 305 26 223 0 131 31 27 475 120 53
Binary 11000101 10110 10010011 0 1011001 11001 10111 100111101 1010000 101011

Color Harmonies of #C51693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51693

Black with #C51693

Text Example


Text Example

White with #C51693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51693; }

 p { color: rgb(197,22,147); }

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

background-color css

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

 a { background-color: rgb(197,22,147); }

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

border-color css

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

 span { border-color: rgb(197,22,147); }

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