Html Css Color HEX #C51985 Medium Violet Red

📋 copy color: '#C51985'

red 197 ◦ green 25 ◦ blue 133

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

Shades of Medium Violet Red #C51985

Tints of Medium Violet Red #C51985

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.04%

 BLUE value IS 133 (52.34% from 255) = 37.46%

R = 55.49%
G = 7.04%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#C51985 (or 0xC51985) is known color: Medium Violet Red. HEX triplet: C5, 19 and 85. RGB value is (197,25,133). Sum of RGB (Red+Green+Blue) = 197+25+133=355 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.49% from 355); Green value is 25 (10.16% from 255 or 7.04% from 355); Blue value is 133 (52.34% from 255 or 37.46% from 355); Max value from RGB is 197 - color contains mainly: red. Hex color #C51985 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C51985 is #3AE67A. Grayscale: #585858. Windows color (decimal): -3860091 or 8722885. OLE color: 8722885.

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

Color convert

RGB 197 25 133 -
CMYK 0 0.87 0.32 0.23
HSL 322.33º 0.77% 0.44% -
HSV(B) 322.33º 0.87% 0.77% -
XYZ 27.61 14.26 23.49 -
YUV 88.74 152.98 205.22 -
System Red Green Blue C M Y K H S L
Decimal 197 25 133 0 0.87 0.32 0.23 322.33 0.77 0.44
Hex C5 19 85 0 57 20 17 142 4D 2C
Octal 305 31 205 0 127 40 27 502 115 54
Binary 11000101 11001 10000101 0 1010111 100000 10111 101000010 1001101 101100

Color Harmonies of #C51985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51985

Black with #C51985

Text Example


Text Example

White with #C51985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51985; }

 p { color: rgb(197,25,133); }

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

background-color css

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

 a { background-color: rgb(197,25,133); }

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

border-color css

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

 span { border-color: rgb(197,25,133); }

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