Html Css Color HEX #C51273 Medium Violet Red

📋 copy color: '#C51273'

red 197 ◦ green 18 ◦ blue 115

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

Shades of Medium Violet Red #C51273

Tints of Medium Violet Red #C51273

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.45%

 BLUE value IS 115 (45.31% from 255) = 34.85%

R = 59.7%
G = 5.45%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#C51273 (or 0xC51273) is known color: Medium Violet Red. HEX triplet: C5, 12 and 73. RGB value is (197,18,115). Sum of RGB (Red+Green+Blue) = 197+18+115=330 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.70% from 330); Green value is 18 (7.42% from 255 or 5.45% from 330); Blue value is 115 (45.31% from 255 or 34.85% from 330); Max value from RGB is 197 - color contains mainly: red. Hex color #C51273 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51273 is #3AED8C. Grayscale: #525252. Windows color (decimal): -3861901 or 7541445. OLE color: 7541445.

HSL color Cylindrical-coordinate representation of color #C51273: hue angle of 327.49º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C51273 is Cyan = 0, Magento = 0.91, Yellow = 0.42 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 18 115 -
CMYK 0 0.91 0.42 0.23
HSL 327.49º 0.83% 0.42% -
HSV(B) 327.49º 0.91% 0.77% -
XYZ 26.34 13.54 17.45 -
YUV 82.58 146.3 209.61 -
System Red Green Blue C M Y K H S L
Decimal 197 18 115 0 0.91 0.42 0.23 327.49 0.83 0.42
Hex C5 12 73 0 5B 2A 17 147 53 2A
Octal 305 22 163 0 133 52 27 507 123 52
Binary 11000101 10010 1110011 0 1011011 101010 10111 101000111 1010011 101010

Color Harmonies of #C51273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51273

Black with #C51273

Text Example


Text Example

White with #C51273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51273; }

 p { color: rgb(197,18,115); }

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

background-color css

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

 a { background-color: rgb(197,18,115); }

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

border-color css

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

 span { border-color: rgb(197,18,115); }

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