Html Css Color HEX #C5326F Medium Red Violet

📋 copy color: '#C5326F'

red 197 ◦ green 50 ◦ blue 111

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

Shades of Medium Red Violet #C5326F

Tints of Medium Red Violet #C5326F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.97%

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

R = 55.03%
G = 13.97%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.44

 K value IS 0.23

RGB Variations

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

Color information

#C5326F (or 0xC5326F) is known color: Medium Red Violet. HEX triplet: C5, 32 and 6F. RGB value is (197,50,111). Sum of RGB (Red+Green+Blue) = 197+50+111=358 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.03% from 358); Green value is 50 (19.92% from 255 or 13.97% from 358); Blue value is 111 (43.75% from 255 or 31.01% from 358); Max value from RGB is 197 - color contains mainly: red. Hex color #C5326F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5326F is #3ACD90. Grayscale: #646464. Windows color (decimal): -3853713 or 7287493. OLE color: 7287493.

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

Color convert

RGB 197 50 111 -
CMYK 0 0.75 0.44 0.23
HSL 335.1º 0.6% 0.48% -
HSV(B) 335.1º 0.75% 0.77% -
XYZ 27.04 15.3 16.57 -
YUV 100.91 133.7 196.54 -
System Red Green Blue C M Y K H S L
Decimal 197 50 111 0 0.75 0.44 0.23 335.1 0.6 0.48
Hex C5 32 6F 0 4B 2C 17 14F 3C 30
Octal 305 62 157 0 113 54 27 517 74 60
Binary 11000101 110010 1101111 0 1001011 101100 10111 101001111 111100 110000

Color Harmonies of #C5326F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5326F

Black with #C5326F

Text Example


Text Example

White with #C5326F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5326F; }

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

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

background-color css

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

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

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

border-color css

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

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

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