Html Css Color HEX #C52376 Medium Violet Red

📋 copy color: '#C52376'

red 197 ◦ green 35 ◦ blue 118

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

Shades of Medium Violet Red #C52376

Tints of Medium Violet Red #C52376

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10%

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

R = 56.29%
G = 10%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#C52376 (or 0xC52376) is known color: Medium Violet Red. HEX triplet: C5, 23 and 76. RGB value is (197,35,118). Sum of RGB (Red+Green+Blue) = 197+35+118=350 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.29% from 350); Green value is 35 (14.06% from 255 or 10% from 350); Blue value is 118 (46.48% from 255 or 33.71% from 350); Max value from RGB is 197 - color contains mainly: red. Hex color #C52376 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52376 is #3ADC89. Grayscale: #5C5C5C. Windows color (decimal): -3857546 or 7742405. OLE color: 7742405.

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

Color convert

RGB 197 35 118 -
CMYK 0 0.82 0.40 0.23
HSL 329.26º 0.7% 0.45% -
HSV(B) 329.26º 0.82% 0.77% -
XYZ 26.9 14.38 18.5 -
YUV 92.9 142.17 202.25 -
System Red Green Blue C M Y K H S L
Decimal 197 35 118 0 0.82 0.40 0.23 329.26 0.7 0.45
Hex C5 23 76 0 52 28 17 149 46 2D
Octal 305 43 166 0 122 50 27 511 106 55
Binary 11000101 100011 1110110 0 1010010 101000 10111 101001001 1000110 101101

Color Harmonies of #C52376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52376

Black with #C52376

Text Example


Text Example

White with #C52376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52376; }

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

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

background-color css

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

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

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

border-color css

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

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

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