Html Css Color HEX #C51372 Medium Violet Red

📋 copy color: '#C51372'

red 197 ◦ green 19 ◦ blue 114

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

Shades of Medium Violet Red #C51372

Tints of Medium Violet Red #C51372

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.76%

 BLUE value IS 114 (44.92% from 255) = 34.55%

R = 59.7%
G = 5.76%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#C51372 (or 0xC51372) is known color: Medium Violet Red. HEX triplet: C5, 13 and 72. RGB value is (197,19,114). Sum of RGB (Red+Green+Blue) = 197+19+114=330 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.70% from 330); Green value is 19 (7.81% from 255 or 5.76% from 330); Blue value is 114 (44.92% from 255 or 34.55% from 330); Max value from RGB is 197 - color contains mainly: red. Hex color #C51372 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51372 is #3AEC8D. Grayscale: #525252. Windows color (decimal): -3861646 or 7476165. OLE color: 7476165.

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

Color convert

RGB 197 19 114 -
CMYK 0 0.90 0.42 0.23
HSL 327.98º 0.82% 0.42% -
HSV(B) 327.98º 0.9% 0.77% -
XYZ 26.3 13.55 17.15 -
YUV 83.05 145.47 209.28 -
System Red Green Blue C M Y K H S L
Decimal 197 19 114 0 0.90 0.42 0.23 327.98 0.82 0.42
Hex C5 13 72 0 5A 2A 17 148 52 2A
Octal 305 23 162 0 132 52 27 510 122 52
Binary 11000101 10011 1110010 0 1011010 101010 10111 101001000 1010010 101010

Color Harmonies of #C51372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51372

Black with #C51372

Text Example


Text Example

White with #C51372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51372; }

 p { color: rgb(197,19,114); }

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

background-color css

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

 a { background-color: rgb(197,19,114); }

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

border-color css

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

 span { border-color: rgb(197,19,114); }

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