Html Css Color HEX #C5096C Medium Violet Red

📋 copy color: '#C5096C'

red 197 ◦ green 9 ◦ blue 108

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

Shades of Medium Violet Red #C5096C

Tints of Medium Violet Red #C5096C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 34.39%

R = 62.74%
G = 2.87%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.45

 K value IS 0.23

RGB Variations

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

Color information

#C5096C (or 0xC5096C) is known color: Medium Violet Red. HEX triplet: C5, 09 and 6C. RGB value is (197,9,108). Sum of RGB (Red+Green+Blue) = 197+9+108=314 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.74% from 314); Green value is 9 (3.91% from 255 or 2.87% from 314); Blue value is 108 (42.58% from 255 or 34.39% from 314); Max value from RGB is 197 - color contains mainly: red. Hex color #C5096C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5096C is #3AF693. Grayscale: #4C4C4C. Windows color (decimal): -3864212 or 7080389. OLE color: 7080389.

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

Color convert

RGB 197 9 108 -
CMYK 0 0.95 0.45 0.23
HSL 328.4º 0.91% 0.4% -
HSV(B) 328.4º 0.95% 0.77% -
XYZ 25.83 13.15 15.36 -
YUV 76.5 145.78 213.95 -
System Red Green Blue C M Y K H S L
Decimal 197 9 108 0 0.95 0.45 0.23 328.4 0.91 0.4
Hex C5 9 6C 0 5F 2D 17 148 5B 28
Octal 305 11 154 0 137 55 27 510 133 50
Binary 11000101 1001 1101100 0 1011111 101101 10111 101001000 1011011 101000

Color Harmonies of #C5096C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5096C

Black with #C5096C

Text Example


Text Example

White with #C5096C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5096C; }

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

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

background-color css

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

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

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

border-color css

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

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

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