Html Css Color HEX #C53485 Medium Red Violet

📋 copy color: '#C53485'

red 197 ◦ green 52 ◦ blue 133

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

Shades of Medium Red Violet #C53485

Tints of Medium Red Violet #C53485

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.61%

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

R = 51.57%
G = 13.61%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#C53485 (or 0xC53485) is known color: Medium Red Violet. HEX triplet: C5, 34 and 85. RGB value is (197,52,133). Sum of RGB (Red+Green+Blue) = 197+52+133=382 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.57% from 382); Green value is 52 (20.70% from 255 or 13.61% from 382); Blue value is 133 (52.34% from 255 or 34.82% from 382); Max value from RGB is 197 - color contains mainly: red. Hex color #C53485 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53485 is #3ACB7A. Grayscale: #686868. Windows color (decimal): -3853179 or 8729797. OLE color: 8729797.

HSL color Cylindrical-coordinate representation of color #C53485: hue angle of 326.48º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C53485 is Cyan = 0, Magento = 0.74, Yellow = 0.32 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 52 133 -
CMYK 0 0.74 0.32 0.23
HSL 326.48º 0.58% 0.49% -
HSV(B) 326.48º 0.74% 0.77% -
XYZ 28.49 16.02 23.78 -
YUV 104.59 144.04 193.91 -
System Red Green Blue C M Y K H S L
Decimal 197 52 133 0 0.74 0.32 0.23 326.48 0.58 0.49
Hex C5 34 85 0 4A 20 17 146 3A 31
Octal 305 64 205 0 112 40 27 506 72 61
Binary 11000101 110100 10000101 0 1001010 100000 10111 101000110 111010 110001

Color Harmonies of #C53485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53485

Black with #C53485

Text Example


Text Example

White with #C53485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53485; }

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

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

background-color css

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

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

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

border-color css

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

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

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