Html Css Color HEX #C53585 Medium Red Violet

📋 copy color: '#C53585'

red 197 ◦ green 53 ◦ blue 133

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

Shades of Medium Red Violet #C53585

Tints of Medium Red Violet #C53585

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.84%

 BLUE value IS 133 (52.34% from 255) = 34.73%

R = 51.44%
G = 13.84%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#C53585 (or 0xC53585) is known color: Medium Red Violet. HEX triplet: C5, 35 and 85. RGB value is (197,53,133). Sum of RGB (Red+Green+Blue) = 197+53+133=383 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.44% from 383); Green value is 53 (21.09% from 255 or 13.84% from 383); Blue value is 133 (52.34% from 255 or 34.73% from 383); Max value from RGB is 197 - color contains mainly: red. Hex color #C53585 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53585 is #3ACA7A. Grayscale: #686868. Windows color (decimal): -3852923 or 8730053. OLE color: 8730053.

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

Color convert

RGB 197 53 133 -
CMYK 0 0.73 0.32 0.23
HSL 326.67º 0.58% 0.49% -
HSV(B) 326.67º 0.73% 0.77% -
XYZ 28.53 16.11 23.8 -
YUV 105.18 143.71 193.5 -
System Red Green Blue C M Y K H S L
Decimal 197 53 133 0 0.73 0.32 0.23 326.67 0.58 0.49
Hex C5 35 85 0 49 20 17 147 3A 31
Octal 305 65 205 0 111 40 27 507 72 61
Binary 11000101 110101 10000101 0 1001001 100000 10111 101000111 111010 110001

Color Harmonies of #C53585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53585

Black with #C53585

Text Example


Text Example

White with #C53585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53585; }

 p { color: rgb(197,53,133); }

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

background-color css

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

 a { background-color: rgb(197,53,133); }

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

border-color css

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

 span { border-color: rgb(197,53,133); }

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