Html Css Color HEX #C5166B Medium Violet Red

📋 copy color: '#C5166B'

red 197 ◦ green 22 ◦ blue 107

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

Shades of Medium Violet Red #C5166B

Tints of Medium Violet Red #C5166B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 32.82%

R = 60.43%
G = 6.75%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.46

 K value IS 0.23

RGB Variations

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

Color information

#C5166B (or 0xC5166B) is known color: Medium Violet Red. HEX triplet: C5, 16 and 6B. RGB value is (197,22,107). Sum of RGB (Red+Green+Blue) = 197+22+107=326 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.43% from 326); Green value is 22 (8.98% from 255 or 6.75% from 326); Blue value is 107 (42.19% from 255 or 32.82% from 326); Max value from RGB is 197 - color contains mainly: red. Hex color #C5166B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5166B is #3AE994. Grayscale: #535353. Windows color (decimal): -3860885 or 7018181. OLE color: 7018181.

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

Color convert

RGB 197 22 107 -
CMYK 0 0.89 0.46 0.23
HSL 330.86º 0.8% 0.43% -
HSV(B) 330.86º 0.89% 0.77% -
XYZ 25.97 13.51 15.15 -
YUV 84.02 140.98 208.59 -
System Red Green Blue C M Y K H S L
Decimal 197 22 107 0 0.89 0.46 0.23 330.86 0.8 0.43
Hex C5 16 6B 0 59 2E 17 14B 50 2B
Octal 305 26 153 0 131 56 27 513 120 53
Binary 11000101 10110 1101011 0 1011001 101110 10111 101001011 1010000 101011

Color Harmonies of #C5166B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5166B

Black with #C5166B

Text Example


Text Example

White with #C5166B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5166B; }

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

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

background-color css

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

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

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

border-color css

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

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

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