Html Css Color HEX #C51294 Medium Violet Red

📋 copy color: '#C51294'

red 197 ◦ green 18 ◦ blue 148

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

Shades of Medium Violet Red #C51294

Tints of Medium Violet Red #C51294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 40.77%

R = 54.27%
G = 4.96%
B = 40.77%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.25

 K value IS 0.23

RGB Variations

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

Color information

#C51294 (or 0xC51294) is known color: Medium Violet Red. HEX triplet: C5, 12 and 94. RGB value is (197,18,148). Sum of RGB (Red+Green+Blue) = 197+18+148=363 (48% of max value = 765). Red value is 197 (77.34% from 255 or 54.27% from 363); Green value is 18 (7.42% from 255 or 4.96% from 363); Blue value is 148 (58.20% from 255 or 40.77% from 363); Max value from RGB is 197 - color contains mainly: red. Hex color #C51294 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C51294 is #3AED6B. Grayscale: #565656. Windows color (decimal): -3861868 or 9704133. OLE color: 9704133.

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

Color convert

RGB 197 18 148 -
CMYK 0 0.91 0.25 0.23
HSL 316.42º 0.83% 0.42% -
HSV(B) 316.42º 0.91% 0.77% -
XYZ 28.59 14.44 29.3 -
YUV 86.34 162.8 206.93 -
System Red Green Blue C M Y K H S L
Decimal 197 18 148 0 0.91 0.25 0.23 316.42 0.83 0.42
Hex C5 12 94 0 5B 19 17 13C 53 2A
Octal 305 22 224 0 133 31 27 474 123 52
Binary 11000101 10010 10010100 0 1011011 11001 10111 100111100 1010011 101010

Color Harmonies of #C51294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51294

Black with #C51294

Text Example


Text Example

White with #C51294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51294; }

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

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

background-color css

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

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

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

border-color css

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

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

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