Html Css Color HEX #C51875 Medium Violet Red

📋 copy color: '#C51875'

red 197 ◦ green 24 ◦ blue 117

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

Shades of Medium Violet Red #C51875

Tints of Medium Violet Red #C51875

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.1%

 BLUE value IS 117 (46.09% from 255) = 34.62%

R = 58.28%
G = 7.1%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#C51875 (or 0xC51875) is known color: Medium Violet Red. HEX triplet: C5, 18 and 75. RGB value is (197,24,117). Sum of RGB (Red+Green+Blue) = 197+24+117=338 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.28% from 338); Green value is 24 (9.77% from 255 or 7.10% from 338); Blue value is 117 (46.09% from 255 or 34.62% from 338); Max value from RGB is 197 - color contains mainly: red. Hex color #C51875 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51875 is #3AE78A. Grayscale: #565656. Windows color (decimal): -3860363 or 7674053. OLE color: 7674053.

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

Color convert

RGB 197 24 117 -
CMYK 0 0.88 0.41 0.23
HSL 327.75º 0.78% 0.43% -
HSV(B) 327.75º 0.88% 0.77% -
XYZ 26.56 13.81 18.09 -
YUV 86.33 145.31 206.94 -
System Red Green Blue C M Y K H S L
Decimal 197 24 117 0 0.88 0.41 0.23 327.75 0.78 0.43
Hex C5 18 75 0 58 29 17 148 4E 2B
Octal 305 30 165 0 130 51 27 510 116 53
Binary 11000101 11000 1110101 0 1011000 101001 10111 101001000 1001110 101011

Color Harmonies of #C51875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51875

Black with #C51875

Text Example


Text Example

White with #C51875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51875; }

 p { color: rgb(197,24,117); }

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

background-color css

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

 a { background-color: rgb(197,24,117); }

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

border-color css

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

 span { border-color: rgb(197,24,117); }

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