Html Css Color HEX #C53876 Medium Red Violet

📋 copy color: '#C53876'

red 197 ◦ green 56 ◦ blue 118

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

Shades of Medium Red Violet #C53876

Tints of Medium Red Violet #C53876

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.09%

 BLUE value IS 118 (46.48% from 255) = 31.81%

R = 53.1%
G = 15.09%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#C53876 (or 0xC53876) is known color: Medium Red Violet. HEX triplet: C5, 38 and 76. RGB value is (197,56,118). Sum of RGB (Red+Green+Blue) = 197+56+118=371 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.10% from 371); Green value is 56 (22.27% from 255 or 15.09% from 371); Blue value is 118 (46.48% from 255 or 31.81% from 371); Max value from RGB is 197 - color contains mainly: red. Hex color #C53876 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53876 is #3AC789. Grayscale: #696969. Windows color (decimal): -3852170 or 7747781. OLE color: 7747781.

HSL color Cylindrical-coordinate representation of color #C53876: hue angle of 333.62º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C53876 is Cyan = 0, Magento = 0.72, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 56 118 -
CMYK 0 0.72 0.40 0.23
HSL 333.62º 0.56% 0.5% -
HSV(B) 333.62º 0.72% 0.77% -
XYZ 27.71 16.01 18.77 -
YUV 105.23 135.21 193.46 -
System Red Green Blue C M Y K H S L
Decimal 197 56 118 0 0.72 0.40 0.23 333.62 0.56 0.5
Hex C5 38 76 0 48 28 17 14E 38 32
Octal 305 70 166 0 110 50 27 516 70 62
Binary 11000101 111000 1110110 0 1001000 101000 10111 101001110 111000 110010

Color Harmonies of #C53876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53876

Black with #C53876

Text Example


Text Example

White with #C53876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53876; }

 p { color: rgb(197,56,118); }

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

background-color css

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

 a { background-color: rgb(197,56,118); }

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

border-color css

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

 span { border-color: rgb(197,56,118); }

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