Html Css Color HEX #C53690 Medium Red Violet

📋 copy color: '#C53690'

red 197 ◦ green 54 ◦ blue 144

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

Shades of Medium Red Violet #C53690

Tints of Medium Red Violet #C53690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 36.46%

R = 49.87%
G = 13.67%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#C53690 (or 0xC53690) is known color: Medium Red Violet. HEX triplet: C5, 36 and 90. RGB value is (197,54,144). Sum of RGB (Red+Green+Blue) = 197+54+144=395 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.87% from 395); Green value is 54 (21.48% from 255 or 13.67% from 395); Blue value is 144 (56.64% from 255 or 36.46% from 395); Max value from RGB is 197 - color contains mainly: red. Hex color #C53690 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53690 is #3AC96F. Grayscale: #6A6A6A. Windows color (decimal): -3852656 or 9451205. OLE color: 9451205.

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

Color convert

RGB 197 54 144 -
CMYK 0 0.73 0.27 0.23
HSL 322.24º 0.57% 0.49% -
HSV(B) 322.24º 0.73% 0.77% -
XYZ 29.38 16.52 28.03 -
YUV 107.02 148.88 192.18 -
System Red Green Blue C M Y K H S L
Decimal 197 54 144 0 0.73 0.27 0.23 322.24 0.57 0.49
Hex C5 36 90 0 49 1B 17 142 39 31
Octal 305 66 220 0 111 33 27 502 71 61
Binary 11000101 110110 10010000 0 1001001 11011 10111 101000010 111001 110001

Color Harmonies of #C53690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53690

Black with #C53690

Text Example


Text Example

White with #C53690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53690; }

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

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

background-color css

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

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

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

border-color css

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

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

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