Html Css Color HEX #C5046B Medium Violet Red

📋 copy color: '#C5046B'

red 197 ◦ green 4 ◦ blue 107

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

Shades of Medium Violet Red #C5046B

Tints of Medium Violet Red #C5046B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 34.74%

R = 63.96%
G = 1.3%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.46

 K value IS 0.23

RGB Variations

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

Color information

#C5046B (or 0xC5046B) is known color: Medium Violet Red. HEX triplet: C5, 04 and 6B. RGB value is (197,4,107). Sum of RGB (Red+Green+Blue) = 197+4+107=308 (40% of max value = 765). Red value is 197 (77.34% from 255 or 63.96% from 308); Green value is 4 (1.95% from 255 or 1.30% from 308); Blue value is 107 (42.19% from 255 or 34.74% from 308); Max value from RGB is 197 - color contains mainly: red. Hex color #C5046B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5046B is #3AFB94. Grayscale: #494949. Windows color (decimal): -3865493 or 7013573. OLE color: 7013573.

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

Color convert

RGB 197 4 107 -
CMYK 0 0.98 0.46 0.23
HSL 327.98º 0.96% 0.39% -
HSV(B) 327.98º 0.98% 0.77% -
XYZ 25.72 13.02 15.07 -
YUV 73.45 146.94 216.12 -
System Red Green Blue C M Y K H S L
Decimal 197 4 107 0 0.98 0.46 0.23 327.98 0.96 0.39
Hex C5 4 6B 0 62 2E 17 148 60 27
Octal 305 4 153 0 142 56 27 510 140 47
Binary 11000101 100 1101011 0 1100010 101110 10111 101001000 1100000 100111

Color Harmonies of #C5046B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5046B

Black with #C5046B

Text Example


Text Example

White with #C5046B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5046B; }

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

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

background-color css

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

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

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

border-color css

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

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

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