Html Css Color HEX #C5369D Medium Red Violet

📋 copy color: '#C5369D'

red 197 ◦ green 54 ◦ blue 157

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

Shades of Medium Red Violet #C5369D

Tints of Medium Red Violet #C5369D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.24%

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

R = 48.28%
G = 13.24%
B = 38.48%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.20

 K value IS 0.23

RGB Variations

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

Color information

#C5369D (or 0xC5369D) is known color: Medium Red Violet. HEX triplet: C5, 36 and 9D. RGB value is (197,54,157). Sum of RGB (Red+Green+Blue) = 197+54+157=408 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.28% from 408); Green value is 54 (21.48% from 255 or 13.24% from 408); Blue value is 157 (61.72% from 255 or 38.48% from 408); Max value from RGB is 197 - color contains mainly: red. Hex color #C5369D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5369D is #3AC962. Grayscale: #6C6C6C. Windows color (decimal): -3852643 or 10303173. OLE color: 10303173.

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

Color convert

RGB 197 54 157 -
CMYK 0 0.73 0.20 0.23
HSL 316.78º 0.57% 0.49% -
HSV(B) 316.78º 0.73% 0.77% -
XYZ 30.43 16.94 33.56 -
YUV 108.5 155.38 191.12 -
System Red Green Blue C M Y K H S L
Decimal 197 54 157 0 0.73 0.20 0.23 316.78 0.57 0.49
Hex C5 36 9D 0 49 14 17 13D 39 31
Octal 305 66 235 0 111 24 27 475 71 61
Binary 11000101 110110 10011101 0 1001001 10100 10111 100111101 111001 110001

Color Harmonies of #C5369D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5369D

Black with #C5369D

Text Example


Text Example

White with #C5369D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5369D; }

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

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

background-color css

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

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

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

border-color css

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

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

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