Html Css Color HEX #C5046F Medium Violet Red

📋 copy color: '#C5046F'

red 197 ◦ green 4 ◦ blue 111

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

Shades of Medium Violet Red #C5046F

Tints of Medium Violet Red #C5046F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.28%

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

R = 63.14%
G = 1.28%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.44

 K value IS 0.23

RGB Variations

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

Color information

#C5046F (or 0xC5046F) is known color: Medium Violet Red. HEX triplet: C5, 04 and 6F. RGB value is (197,4,111). Sum of RGB (Red+Green+Blue) = 197+4+111=312 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.14% from 312); Green value is 4 (1.95% from 255 or 1.28% from 312); Blue value is 111 (43.75% from 255 or 35.58% from 312); Max value from RGB is 197 - color contains mainly: red. Hex color #C5046F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5046F is #3AFB90. Grayscale: #494949. Windows color (decimal): -3865489 or 7275717. OLE color: 7275717.

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

Color convert

RGB 197 4 111 -
CMYK 0 0.98 0.44 0.23
HSL 326.74º 0.96% 0.39% -
HSV(B) 326.74º 0.98% 0.77% -
XYZ 25.94 13.1 16.2 -
YUV 73.91 148.94 215.8 -
System Red Green Blue C M Y K H S L
Decimal 197 4 111 0 0.98 0.44 0.23 326.74 0.96 0.39
Hex C5 4 6F 0 62 2C 17 147 60 27
Octal 305 4 157 0 142 54 27 507 140 47
Binary 11000101 100 1101111 0 1100010 101100 10111 101000111 1100000 100111

Color Harmonies of #C5046F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5046F

Black with #C5046F

Text Example


Text Example

White with #C5046F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5046F; }

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

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

background-color css

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

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

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

border-color css

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

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

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