Html Css Color HEX #C5056F Medium Violet Red

📋 copy color: '#C5056F'

red 197 ◦ green 5 ◦ blue 111

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

Shades of Medium Violet Red #C5056F

Tints of Medium Violet Red #C5056F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.6%

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

R = 62.94%
G = 1.6%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.44

 K value IS 0.23

RGB Variations

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

Color information

#C5056F (or 0xC5056F) is known color: Medium Violet Red. HEX triplet: C5, 05 and 6F. RGB value is (197,5,111). Sum of RGB (Red+Green+Blue) = 197+5+111=313 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.94% from 313); Green value is 5 (2.34% from 255 or 1.60% from 313); Blue value is 111 (43.75% from 255 or 35.46% from 313); Max value from RGB is 197 - color contains mainly: red. Hex color #C5056F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5056F is #3AFA90. Grayscale: #4A4A4A. Windows color (decimal): -3865233 or 7275973. OLE color: 7275973.

HSL color Cylindrical-coordinate representation of color #C5056F: hue angle of 326.88º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C5056F is Cyan = 0, Magento = 0.97, Yellow = 0.44 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 5 111 -
CMYK 0 0.97 0.44 0.23
HSL 326.88º 0.95% 0.4% -
HSV(B) 326.88º 0.97% 0.77% -
XYZ 25.95 13.13 16.2 -
YUV 74.49 148.61 215.38 -
System Red Green Blue C M Y K H S L
Decimal 197 5 111 0 0.97 0.44 0.23 326.88 0.95 0.4
Hex C5 5 6F 0 61 2C 17 147 5F 28
Octal 305 5 157 0 141 54 27 507 137 50
Binary 11000101 101 1101111 0 1100001 101100 10111 101000111 1011111 101000

Color Harmonies of #C5056F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5056F

Black with #C5056F

Text Example


Text Example

White with #C5056F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5056F; }

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

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

background-color css

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

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

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

border-color css

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

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

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