Html Css Color HEX #C5368A Medium Red Violet

📋 copy color: '#C5368A'

red 197 ◦ green 54 ◦ blue 138

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

Shades of Medium Red Violet #C5368A

Tints of Medium Red Violet #C5368A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 35.48%

R = 50.64%
G = 13.88%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.30

 K value IS 0.23

RGB Variations

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

Color information

#C5368A (or 0xC5368A) is known color: Medium Red Violet. HEX triplet: C5, 36 and 8A. RGB value is (197,54,138). Sum of RGB (Red+Green+Blue) = 197+54+138=389 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.64% from 389); Green value is 54 (21.48% from 255 or 13.88% from 389); Blue value is 138 (54.30% from 255 or 35.48% from 389); Max value from RGB is 197 - color contains mainly: red. Hex color #C5368A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5368A is #3AC975. Grayscale: #6A6A6A. Windows color (decimal): -3852662 or 9057989. OLE color: 9057989.

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

Color convert

RGB 197 54 138 -
CMYK 0 0.73 0.30 0.23
HSL 324.76º 0.57% 0.49% -
HSV(B) 324.76º 0.73% 0.77% -
XYZ 28.93 16.34 25.67 -
YUV 106.33 145.88 192.67 -
System Red Green Blue C M Y K H S L
Decimal 197 54 138 0 0.73 0.30 0.23 324.76 0.57 0.49
Hex C5 36 8A 0 49 1E 17 145 39 31
Octal 305 66 212 0 111 36 27 505 71 61
Binary 11000101 110110 10001010 0 1001001 11110 10111 101000101 111001 110001

Color Harmonies of #C5368A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5368A

Black with #C5368A

Text Example


Text Example

White with #C5368A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5368A; }

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

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

background-color css

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

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

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

border-color css

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

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

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