Html Css Color HEX #C5368C Medium Red Violet

📋 copy color: '#C5368C'

red 197 ◦ green 54 ◦ blue 140

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

Shades of Medium Red Violet #C5368C

Tints of Medium Red Violet #C5368C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 35.81%

R = 50.38%
G = 13.81%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.29

 K value IS 0.23

RGB Variations

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

Color information

#C5368C (or 0xC5368C) is known color: Medium Red Violet. HEX triplet: C5, 36 and 8C. RGB value is (197,54,140). Sum of RGB (Red+Green+Blue) = 197+54+140=391 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.38% from 391); Green value is 54 (21.48% from 255 or 13.81% from 391); Blue value is 140 (55.08% from 255 or 35.81% from 391); Max value from RGB is 197 - color contains mainly: red. Hex color #C5368C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5368C is #3AC973. Grayscale: #6A6A6A. Windows color (decimal): -3852660 or 9189061. OLE color: 9189061.

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

Color convert

RGB 197 54 140 -
CMYK 0 0.73 0.29 0.23
HSL 323.92º 0.57% 0.49% -
HSV(B) 323.92º 0.73% 0.77% -
XYZ 29.08 16.4 26.44 -
YUV 106.56 146.88 192.51 -
System Red Green Blue C M Y K H S L
Decimal 197 54 140 0 0.73 0.29 0.23 323.92 0.57 0.49
Hex C5 36 8C 0 49 1D 17 144 39 31
Octal 305 66 214 0 111 35 27 504 71 61
Binary 11000101 110110 10001100 0 1001001 11101 10111 101000100 111001 110001

Color Harmonies of #C5368C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5368C

Black with #C5368C

Text Example


Text Example

White with #C5368C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5368C; }

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

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

background-color css

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

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

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

border-color css

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

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

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