Html Css Color HEX #C5309E Medium Red Violet

📋 copy color: '#C5309E'

red 197 ◦ green 48 ◦ blue 158

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

Shades of Medium Red Violet #C5309E

Tints of Medium Red Violet #C5309E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.91%

 BLUE value IS 158 (62.11% from 255) = 39.21%

R = 48.88%
G = 11.91%
B = 39.21%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.20

 K value IS 0.23

RGB Variations

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

Color information

#C5309E (or 0xC5309E) is known color: Medium Red Violet. HEX triplet: C5, 30 and 9E. RGB value is (197,48,158). Sum of RGB (Red+Green+Blue) = 197+48+158=403 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.88% from 403); Green value is 48 (19.14% from 255 or 11.91% from 403); Blue value is 158 (62.11% from 255 or 39.21% from 403); Max value from RGB is 197 - color contains mainly: red. Hex color #C5309E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5309E is #3ACF61. Grayscale: #686868. Windows color (decimal): -3854178 or 10367173. OLE color: 10367173.

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

Color convert

RGB 197 48 158 -
CMYK 0 0.76 0.20 0.23
HSL 315.7º 0.61% 0.48% -
HSV(B) 315.7º 0.76% 0.77% -
XYZ 30.25 16.45 33.93 -
YUV 105.09 157.86 193.56 -
System Red Green Blue C M Y K H S L
Decimal 197 48 158 0 0.76 0.20 0.23 315.7 0.61 0.48
Hex C5 30 9E 0 4C 14 17 13C 3D 30
Octal 305 60 236 0 114 24 27 474 75 60
Binary 11000101 110000 10011110 0 1001100 10100 10111 100111100 111101 110000

Color Harmonies of #C5309E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5309E

Black with #C5309E

Text Example


Text Example

White with #C5309E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5309E; }

 p { color: rgb(197,48,158); }

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

background-color css

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

 a { background-color: rgb(197,48,158); }

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

border-color css

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

 span { border-color: rgb(197,48,158); }

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