Html Css Color HEX #C5196A Medium Violet Red

📋 copy color: '#C5196A'

red 197 ◦ green 25 ◦ blue 106

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

Shades of Medium Violet Red #C5196A

Tints of Medium Violet Red #C5196A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 32.32%

R = 60.06%
G = 7.62%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.46

 K value IS 0.23

RGB Variations

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

Color information

#C5196A (or 0xC5196A) is known color: Medium Violet Red. HEX triplet: C5, 19 and 6A. RGB value is (197,25,106). Sum of RGB (Red+Green+Blue) = 197+25+106=328 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.06% from 328); Green value is 25 (10.16% from 255 or 7.62% from 328); Blue value is 106 (41.80% from 255 or 32.32% from 328); Max value from RGB is 197 - color contains mainly: red. Hex color #C5196A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5196A is #3AE695. Grayscale: #555555. Windows color (decimal): -3860118 or 6953413. OLE color: 6953413.

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

Color convert

RGB 197 25 106 -
CMYK 0 0.87 0.46 0.23
HSL 331.74º 0.77% 0.44% -
HSV(B) 331.74º 0.87% 0.77% -
XYZ 25.98 13.61 14.89 -
YUV 85.66 139.48 207.41 -
System Red Green Blue C M Y K H S L
Decimal 197 25 106 0 0.87 0.46 0.23 331.74 0.77 0.44
Hex C5 19 6A 0 57 2E 17 14C 4D 2C
Octal 305 31 152 0 127 56 27 514 115 54
Binary 11000101 11001 1101010 0 1010111 101110 10111 101001100 1001101 101100

Color Harmonies of #C5196A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5196A

Black with #C5196A

Text Example


Text Example

White with #C5196A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5196A; }

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

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

background-color css

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

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

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

border-color css

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

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

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