Html Css Color HEX #C5339D Medium Red Violet

📋 copy color: '#C5339D'

red 197 ◦ green 51 ◦ blue 157

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

Shades of Medium Red Violet #C5339D

Tints of Medium Red Violet #C5339D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 38.77%

R = 48.64%
G = 12.59%
B = 38.77%

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

#C5339D (or 0xC5339D) is known color: Medium Red Violet. HEX triplet: C5, 33 and 9D. RGB value is (197,51,157). Sum of RGB (Red+Green+Blue) = 197+51+157=405 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.64% from 405); Green value is 51 (20.31% from 255 or 12.59% from 405); Blue value is 157 (61.72% from 255 or 38.77% from 405); Max value from RGB is 197 - color contains mainly: red. Hex color #C5339D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5339D is #3ACC62. Grayscale: #6A6A6A. Windows color (decimal): -3853411 or 10302405. OLE color: 10302405.

HSL color Cylindrical-coordinate representation of color #C5339D: hue angle of 316.44º 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 #C5339D is Cyan = 0, Magento = 0.74, Yellow = 0.20 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 51 157 -
CMYK 0 0.74 0.20 0.23
HSL 316.44º 0.59% 0.49% -
HSV(B) 316.44º 0.74% 0.77% -
XYZ 30.3 16.67 33.52 -
YUV 106.74 156.37 192.38 -
System Red Green Blue C M Y K H S L
Decimal 197 51 157 0 0.74 0.20 0.23 316.44 0.59 0.49
Hex C5 33 9D 0 4A 14 17 13C 3B 31
Octal 305 63 235 0 112 24 27 474 73 61
Binary 11000101 110011 10011101 0 1001010 10100 10111 100111100 111011 110001

Color Harmonies of #C5339D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5339D

Black with #C5339D

Text Example


Text Example

White with #C5339D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5339D; }

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

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

background-color css

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

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

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

border-color css

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

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

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