Html Css Color HEX #C5296F Medium Red Violet

📋 copy color: '#C5296F'

red 197 ◦ green 41 ◦ blue 111

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

Shades of Medium Red Violet #C5296F

Tints of Medium Red Violet #C5296F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.75%

 BLUE value IS 111 (43.75% from 255) = 31.81%

R = 56.45%
G = 11.75%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.44

 K value IS 0.23

RGB Variations

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

Color information

#C5296F (or 0xC5296F) is known color: Medium Red Violet. HEX triplet: C5, 29 and 6F. RGB value is (197,41,111). Sum of RGB (Red+Green+Blue) = 197+41+111=349 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.45% from 349); Green value is 41 (16.41% from 255 or 11.75% from 349); Blue value is 111 (43.75% from 255 or 31.81% from 349); Max value from RGB is 197 - color contains mainly: red. Hex color #C5296F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5296F is #3AD690. Grayscale: #5F5F5F. Windows color (decimal): -3856017 or 7285189. OLE color: 7285189.

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

Color convert

RGB 197 41 111 -
CMYK 0 0.79 0.44 0.23
HSL 333.08º 0.66% 0.47% -
HSV(B) 333.08º 0.79% 0.77% -
XYZ 26.69 14.6 16.45 -
YUV 95.62 136.68 200.31 -
System Red Green Blue C M Y K H S L
Decimal 197 41 111 0 0.79 0.44 0.23 333.08 0.66 0.47
Hex C5 29 6F 0 4F 2C 17 14D 42 2F
Octal 305 51 157 0 117 54 27 515 102 57
Binary 11000101 101001 1101111 0 1001111 101100 10111 101001101 1000010 101111

Color Harmonies of #C5296F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5296F

Black with #C5296F

Text Example


Text Example

White with #C5296F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5296F; }

 p { color: rgb(197,41,111); }

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

background-color css

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

 a { background-color: rgb(197,41,111); }

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

border-color css

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

 span { border-color: rgb(197,41,111); }

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