Html Css Color HEX #C5166F Medium Violet Red

📋 copy color: '#C5166F'

red 197 ◦ green 22 ◦ blue 111

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

Shades of Medium Violet Red #C5166F

Tints of Medium Violet Red #C5166F

RGB

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

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

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

R = 59.7%
G = 6.67%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.44

 K value IS 0.23

RGB Variations

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

Color information

#C5166F (or 0xC5166F) is known color: Medium Violet Red. HEX triplet: C5, 16 and 6F. RGB value is (197,22,111). Sum of RGB (Red+Green+Blue) = 197+22+111=330 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.70% from 330); Green value is 22 (8.98% from 255 or 6.67% from 330); Blue value is 111 (43.75% from 255 or 33.64% from 330); Max value from RGB is 197 - color contains mainly: red. Hex color #C5166F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5166F is #3AE990. Grayscale: #545454. Windows color (decimal): -3860881 or 7280325. OLE color: 7280325.

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

Color convert

RGB 197 22 111 -
CMYK 0 0.89 0.44 0.23
HSL 329.49º 0.8% 0.43% -
HSV(B) 329.49º 0.89% 0.77% -
XYZ 26.18 13.59 16.28 -
YUV 84.47 142.98 208.26 -
System Red Green Blue C M Y K H S L
Decimal 197 22 111 0 0.89 0.44 0.23 329.49 0.8 0.43
Hex C5 16 6F 0 59 2C 17 149 50 2B
Octal 305 26 157 0 131 54 27 511 120 53
Binary 11000101 10110 1101111 0 1011001 101100 10111 101001001 1010000 101011

Color Harmonies of #C5166F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5166F

Black with #C5166F

Text Example


Text Example

White with #C5166F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5166F; }

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

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

background-color css

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

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

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

border-color css

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

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

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