Html Css Color HEX #C5096F Medium Violet Red

📋 copy color: '#C5096F'

red 197 ◦ green 9 ◦ blue 111

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

Shades of Medium Violet Red #C5096F

Tints of Medium Violet Red #C5096F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.84%

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

R = 62.15%
G = 2.84%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.44

 K value IS 0.23

RGB Variations

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

Color information

#C5096F (or 0xC5096F) is known color: Medium Violet Red. HEX triplet: C5, 09 and 6F. RGB value is (197,9,111). Sum of RGB (Red+Green+Blue) = 197+9+111=317 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.15% from 317); Green value is 9 (3.91% from 255 or 2.84% from 317); Blue value is 111 (43.75% from 255 or 35.02% from 317); Max value from RGB is 197 - color contains mainly: red. Hex color #C5096F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5096F is #3AF690. Grayscale: #4C4C4C. Windows color (decimal): -3864209 or 7276997. OLE color: 7276997.

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

Color convert

RGB 197 9 111 -
CMYK 0 0.95 0.44 0.23
HSL 327.45º 0.91% 0.4% -
HSV(B) 327.45º 0.95% 0.77% -
XYZ 25.99 13.21 16.22 -
YUV 76.84 147.28 213.71 -
System Red Green Blue C M Y K H S L
Decimal 197 9 111 0 0.95 0.44 0.23 327.45 0.91 0.4
Hex C5 9 6F 0 5F 2C 17 147 5B 28
Octal 305 11 157 0 137 54 27 507 133 50
Binary 11000101 1001 1101111 0 1011111 101100 10111 101000111 1011011 101000

Color Harmonies of #C5096F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5096F

Black with #C5096F

Text Example


Text Example

White with #C5096F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5096F; }

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

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

background-color css

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

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

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

border-color css

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

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

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