Html Css Color HEX #C5167A Medium Violet Red

📋 copy color: '#C5167A'

red 197 ◦ green 22 ◦ blue 122

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

Shades of Medium Violet Red #C5167A

Tints of Medium Violet Red #C5167A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 35.78%

R = 57.77%
G = 6.45%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.38

 K value IS 0.23

RGB Variations

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

Color information

#C5167A (or 0xC5167A) is known color: Medium Violet Red. HEX triplet: C5, 16 and 7A. RGB value is (197,22,122). Sum of RGB (Red+Green+Blue) = 197+22+122=341 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.77% from 341); Green value is 22 (8.98% from 255 or 6.45% from 341); Blue value is 122 (48.05% from 255 or 35.78% from 341); Max value from RGB is 197 - color contains mainly: red. Hex color #C5167A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5167A is #3AE985. Grayscale: #555555. Windows color (decimal): -3860870 or 8001221. OLE color: 8001221.

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

Color convert

RGB 197 22 122 -
CMYK 0 0.89 0.38 0.23
HSL 325.71º 0.8% 0.43% -
HSV(B) 325.71º 0.89% 0.77% -
XYZ 26.83 13.85 19.67 -
YUV 85.73 148.48 207.37 -
System Red Green Blue C M Y K H S L
Decimal 197 22 122 0 0.89 0.38 0.23 325.71 0.8 0.43
Hex C5 16 7A 0 59 26 17 146 50 2B
Octal 305 26 172 0 131 46 27 506 120 53
Binary 11000101 10110 1111010 0 1011001 100110 10111 101000110 1010000 101011

Color Harmonies of #C5167A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5167A

Black with #C5167A

Text Example


Text Example

White with #C5167A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5167A; }

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

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

background-color css

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

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

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

border-color css

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

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

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