Html Css Color HEX #C53A8D Medium Red Violet

📋 copy color: '#C53A8D'

red 197 ◦ green 58 ◦ blue 141

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

Shades of Medium Red Violet #C53A8D

Tints of Medium Red Violet #C53A8D

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.65%

 BLUE value IS 141 (55.47% from 255) = 35.61%

R = 49.75%
G = 14.65%
B = 35.61%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.28

 K value IS 0.23

RGB Variations

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

Color information

#C53A8D (or 0xC53A8D) is known color: Medium Red Violet. HEX triplet: C5, 3A and 8D. RGB value is (197,58,141). Sum of RGB (Red+Green+Blue) = 197+58+141=396 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.75% from 396); Green value is 58 (23.05% from 255 or 14.65% from 396); Blue value is 141 (55.47% from 255 or 35.61% from 396); Max value from RGB is 197 - color contains mainly: red. Hex color #C53A8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53A8D is #3AC572. Grayscale: #6C6C6C. Windows color (decimal): -3851635 or 9255621. OLE color: 9255621.

HSL color Cylindrical-coordinate representation of color #C53A8D: hue angle of 324.17º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C53A8D is Cyan = 0, Magento = 0.71, Yellow = 0.28 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 58 141 -
CMYK 0 0.71 0.28 0.23
HSL 324.17º 0.55% 0.5% -
HSV(B) 324.17º 0.71% 0.77% -
XYZ 29.35 16.82 26.9 -
YUV 109.02 146.05 190.75 -
System Red Green Blue C M Y K H S L
Decimal 197 58 141 0 0.71 0.28 0.23 324.17 0.55 0.5
Hex C5 3A 8D 0 47 1C 17 144 37 32
Octal 305 72 215 0 107 34 27 504 67 62
Binary 11000101 111010 10001101 0 1000111 11100 10111 101000100 110111 110010

Color Harmonies of #C53A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53A8D

Black with #C53A8D

Text Example


Text Example

White with #C53A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53A8D; }

 p { color: rgb(197,58,141); }

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

background-color css

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

 a { background-color: rgb(197,58,141); }

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

border-color css

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

 span { border-color: rgb(197,58,141); }

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