Html Css Color HEX #C5167F Medium Violet Red

📋 copy color: '#C5167F'

red 197 ◦ green 22 ◦ blue 127

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

Shades of Medium Violet Red #C5167F

Tints of Medium Violet Red #C5167F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 36.71%

R = 56.94%
G = 6.36%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#C5167F (or 0xC5167F) is known color: Medium Violet Red. HEX triplet: C5, 16 and 7F. RGB value is (197,22,127). Sum of RGB (Red+Green+Blue) = 197+22+127=346 (45% of max value = 765). Red value is 197 (77.34% from 255 or 56.94% from 346); Green value is 22 (8.98% from 255 or 6.36% from 346); Blue value is 127 (50% from 255 or 36.71% from 346); Max value from RGB is 197 - color contains mainly: red. Hex color #C5167F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5167F is #3AE980. Grayscale: #565656. Windows color (decimal): -3860865 or 8328901. OLE color: 8328901.

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

Color convert

RGB 197 22 127 -
CMYK 0 0.89 0.36 0.23
HSL 324º 0.8% 0.43% -
HSV(B) 324º 0.89% 0.77% -
XYZ 27.14 13.98 21.35 -
YUV 86.3 150.98 206.96 -
System Red Green Blue C M Y K H S L
Decimal 197 22 127 0 0.89 0.36 0.23 324 0.8 0.43
Hex C5 16 7F 0 59 24 17 144 50 2B
Octal 305 26 177 0 131 44 27 504 120 53
Binary 11000101 10110 1111111 0 1011001 100100 10111 101000100 1010000 101011

Color Harmonies of #C5167F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5167F

Black with #C5167F

Text Example


Text Example

White with #C5167F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5167F; }

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

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

background-color css

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

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

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

border-color css

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

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

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