Html Css Color HEX #C5339E Medium Red Violet

📋 copy color: '#C5339E'

red 197 ◦ green 51 ◦ blue 158

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

Shades of Medium Red Violet #C5339E

Tints of Medium Red Violet #C5339E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.56%

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

R = 48.52%
G = 12.56%
B = 38.92%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.20

 K value IS 0.23

RGB Variations

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

Color information

#C5339E (or 0xC5339E) is known color: Medium Red Violet. HEX triplet: C5, 33 and 9E. RGB value is (197,51,158). Sum of RGB (Red+Green+Blue) = 197+51+158=406 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.52% from 406); Green value is 51 (20.31% from 255 or 12.56% from 406); Blue value is 158 (62.11% from 255 or 38.92% from 406); Max value from RGB is 197 - color contains mainly: red. Hex color #C5339E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5339E is #3ACC61. Grayscale: #6A6A6A. Windows color (decimal): -3853410 or 10367941. OLE color: 10367941.

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

Color convert

RGB 197 51 158 -
CMYK 0 0.74 0.20 0.23
HSL 316.03º 0.59% 0.49% -
HSV(B) 316.03º 0.74% 0.77% -
XYZ 30.38 16.71 33.97 -
YUV 106.85 156.87 192.3 -
System Red Green Blue C M Y K H S L
Decimal 197 51 158 0 0.74 0.20 0.23 316.03 0.59 0.49
Hex C5 33 9E 0 4A 14 17 13C 3B 31
Octal 305 63 236 0 112 24 27 474 73 61
Binary 11000101 110011 10011110 0 1001010 10100 10111 100111100 111011 110001

Color Harmonies of #C5339E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5339E

Black with #C5339E

Text Example


Text Example

White with #C5339E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5339E; }

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

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

background-color css

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

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

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

border-color css

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

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

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