Html Css Color HEX #C5166C Medium Violet Red

📋 copy color: '#C5166C'

red 197 ◦ green 22 ◦ blue 108

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

Shades of Medium Violet Red #C5166C

Tints of Medium Violet Red #C5166C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.73%

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

R = 60.24%
G = 6.73%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.45

 K value IS 0.23

RGB Variations

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

Color information

#C5166C (or 0xC5166C) is known color: Medium Violet Red. HEX triplet: C5, 16 and 6C. RGB value is (197,22,108). Sum of RGB (Red+Green+Blue) = 197+22+108=327 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.24% from 327); Green value is 22 (8.98% from 255 or 6.73% from 327); Blue value is 108 (42.58% from 255 or 33.03% from 327); Max value from RGB is 197 - color contains mainly: red. Hex color #C5166C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5166C is #3AE993. Grayscale: #535353. Windows color (decimal): -3860884 or 7083717. OLE color: 7083717.

HSL color Cylindrical-coordinate representation of color #C5166C: hue angle of 330.51º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C5166C is Cyan = 0, Magento = 0.89, Yellow = 0.45 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 22 108 -
CMYK 0 0.89 0.45 0.23
HSL 330.51º 0.8% 0.43% -
HSV(B) 330.51º 0.89% 0.77% -
XYZ 26.02 13.53 15.43 -
YUV 84.13 141.48 208.51 -
System Red Green Blue C M Y K H S L
Decimal 197 22 108 0 0.89 0.45 0.23 330.51 0.8 0.43
Hex C5 16 6C 0 59 2D 17 14B 50 2B
Octal 305 26 154 0 131 55 27 513 120 53
Binary 11000101 10110 1101100 0 1011001 101101 10111 101001011 1010000 101011

Color Harmonies of #C5166C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5166C

Black with #C5166C

Text Example


Text Example

White with #C5166C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5166C; }

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

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

background-color css

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

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

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

border-color css

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

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

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