Html Css Color HEX #C5367E Medium Red Violet

📋 copy color: '#C5367E'

red 197 ◦ green 54 ◦ blue 126

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

Shades of Medium Red Violet #C5367E

Tints of Medium Red Violet #C5367E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 33.42%

R = 52.25%
G = 14.32%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#C5367E (or 0xC5367E) is known color: Medium Red Violet. HEX triplet: C5, 36 and 7E. RGB value is (197,54,126). Sum of RGB (Red+Green+Blue) = 197+54+126=377 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.25% from 377); Green value is 54 (21.48% from 255 or 14.32% from 377); Blue value is 126 (49.61% from 255 or 33.42% from 377); Max value from RGB is 197 - color contains mainly: red. Hex color #C5367E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5367E is #3AC981. Grayscale: #686868. Windows color (decimal): -3852674 or 8271557. OLE color: 8271557.

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

Color convert

RGB 197 54 126 -
CMYK 0 0.73 0.36 0.23
HSL 329.79º 0.57% 0.49% -
HSV(B) 329.79º 0.73% 0.77% -
XYZ 28.11 16.02 21.35 -
YUV 104.97 139.88 193.65 -
System Red Green Blue C M Y K H S L
Decimal 197 54 126 0 0.73 0.36 0.23 329.79 0.57 0.49
Hex C5 36 7E 0 49 24 17 14A 39 31
Octal 305 66 176 0 111 44 27 512 71 61
Binary 11000101 110110 1111110 0 1001001 100100 10111 101001010 111001 110001

Color Harmonies of #C5367E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5367E

Black with #C5367E

Text Example


Text Example

White with #C5367E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5367E; }

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

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

background-color css

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

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

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

border-color css

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

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

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