Html Css Color HEX #C5167D Medium Violet Red

📋 copy color: '#C5167D'

red 197 ◦ green 22 ◦ blue 125

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

Shades of Medium Violet Red #C5167D

Tints of Medium Violet Red #C5167D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 36.34%

R = 57.27%
G = 6.4%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.37

 K value IS 0.23

RGB Variations

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

Color information

#C5167D (or 0xC5167D) is known color: Medium Violet Red. HEX triplet: C5, 16 and 7D. RGB value is (197,22,125). Sum of RGB (Red+Green+Blue) = 197+22+125=344 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.27% from 344); Green value is 22 (8.98% from 255 or 6.40% from 344); Blue value is 125 (49.22% from 255 or 36.34% from 344); Max value from RGB is 197 - color contains mainly: red. Hex color #C5167D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5167D is #3AE982. Grayscale: #555555. Windows color (decimal): -3860867 or 8197829. OLE color: 8197829.

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

Color convert

RGB 197 22 125 -
CMYK 0 0.89 0.37 0.23
HSL 324.69º 0.8% 0.43% -
HSV(B) 324.69º 0.89% 0.77% -
XYZ 27.01 13.92 20.67 -
YUV 86.07 149.98 207.12 -
System Red Green Blue C M Y K H S L
Decimal 197 22 125 0 0.89 0.37 0.23 324.69 0.8 0.43
Hex C5 16 7D 0 59 25 17 145 50 2B
Octal 305 26 175 0 131 45 27 505 120 53
Binary 11000101 10110 1111101 0 1011001 100101 10111 101000101 1010000 101011

Color Harmonies of #C5167D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5167D

Black with #C5167D

Text Example


Text Example

White with #C5167D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5167D; }

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

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

background-color css

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

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

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

border-color css

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

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

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