Html Css Color HEX #C5056D Medium Violet Red

📋 copy color: '#C5056D'

red 197 ◦ green 5 ◦ blue 109

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

Shades of Medium Violet Red #C5056D

Tints of Medium Violet Red #C5056D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 35.05%

R = 63.34%
G = 1.61%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.45

 K value IS 0.23

RGB Variations

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

Color information

#C5056D (or 0xC5056D) is known color: Medium Violet Red. HEX triplet: C5, 05 and 6D. RGB value is (197,5,109). Sum of RGB (Red+Green+Blue) = 197+5+109=311 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.34% from 311); Green value is 5 (2.34% from 255 or 1.61% from 311); Blue value is 109 (42.97% from 255 or 35.05% from 311); Max value from RGB is 197 - color contains mainly: red. Hex color #C5056D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5056D is #3AFA92. Grayscale: #4A4A4A. Windows color (decimal): -3865235 or 7144901. OLE color: 7144901.

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

Color convert

RGB 197 5 109 -
CMYK 0 0.97 0.45 0.23
HSL 327.5º 0.95% 0.4% -
HSV(B) 327.5º 0.97% 0.77% -
XYZ 25.84 13.08 15.63 -
YUV 74.26 147.61 215.54 -
System Red Green Blue C M Y K H S L
Decimal 197 5 109 0 0.97 0.45 0.23 327.5 0.95 0.4
Hex C5 5 6D 0 61 2D 17 148 5F 28
Octal 305 5 155 0 141 55 27 510 137 50
Binary 11000101 101 1101101 0 1100001 101101 10111 101001000 1011111 101000

Color Harmonies of #C5056D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5056D

Black with #C5056D

Text Example


Text Example

White with #C5056D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5056D; }

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

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

background-color css

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

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

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

border-color css

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

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

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