Html Css Color HEX #C5196D Medium Violet Red

📋 copy color: '#C5196D'

red 197 ◦ green 25 ◦ blue 109

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

Shades of Medium Violet Red #C5196D

Tints of Medium Violet Red #C5196D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 32.93%

R = 59.52%
G = 7.55%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.45

 K value IS 0.23

RGB Variations

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

Color information

#C5196D (or 0xC5196D) is known color: Medium Violet Red. HEX triplet: C5, 19 and 6D. RGB value is (197,25,109). Sum of RGB (Red+Green+Blue) = 197+25+109=331 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.52% from 331); Green value is 25 (10.16% from 255 or 7.55% from 331); Blue value is 109 (42.97% from 255 or 32.93% from 331); Max value from RGB is 197 - color contains mainly: red. Hex color #C5196D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5196D is #3AE692. Grayscale: #555555. Windows color (decimal): -3860115 or 7150021. OLE color: 7150021.

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

Color convert

RGB 197 25 109 -
CMYK 0 0.87 0.45 0.23
HSL 330.7º 0.77% 0.44% -
HSV(B) 330.7º 0.87% 0.77% -
XYZ 26.13 13.67 15.73 -
YUV 86 140.98 207.17 -
System Red Green Blue C M Y K H S L
Decimal 197 25 109 0 0.87 0.45 0.23 330.7 0.77 0.44
Hex C5 19 6D 0 57 2D 17 14B 4D 2C
Octal 305 31 155 0 127 55 27 513 115 54
Binary 11000101 11001 1101101 0 1010111 101101 10111 101001011 1001101 101100

Color Harmonies of #C5196D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5196D

Black with #C5196D

Text Example


Text Example

White with #C5196D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5196D; }

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

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

background-color css

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

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

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

border-color css

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

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

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