Html Css Color HEX #C53B8D Medium Red Violet

📋 copy color: '#C53B8D'

red 197 ◦ green 59 ◦ blue 141

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

Shades of Medium Red Violet #C53B8D

Tints of Medium Red Violet #C53B8D

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.86%

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

R = 49.62%
G = 14.86%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.28

 K value IS 0.23

RGB Variations

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

Color information

#C53B8D (or 0xC53B8D) is known color: Medium Red Violet. HEX triplet: C5, 3B and 8D. RGB value is (197,59,141). Sum of RGB (Red+Green+Blue) = 197+59+141=397 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.62% from 397); Green value is 59 (23.44% from 255 or 14.86% from 397); Blue value is 141 (55.47% from 255 or 35.52% from 397); Max value from RGB is 197 - color contains mainly: red. Hex color #C53B8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53B8D is #3AC472. Grayscale: #6D6D6D. Windows color (decimal): -3851379 or 9255877. OLE color: 9255877.

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

Color convert

RGB 197 59 141 -
CMYK 0 0.70 0.28 0.23
HSL 324.35º 0.54% 0.5% -
HSV(B) 324.35º 0.7% 0.77% -
XYZ 29.4 16.92 26.92 -
YUV 109.61 145.72 190.33 -
System Red Green Blue C M Y K H S L
Decimal 197 59 141 0 0.70 0.28 0.23 324.35 0.54 0.5
Hex C5 3B 8D 0 46 1C 17 144 36 32
Octal 305 73 215 0 106 34 27 504 66 62
Binary 11000101 111011 10001101 0 1000110 11100 10111 101000100 110110 110010

Color Harmonies of #C53B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53B8D

Black with #C53B8D

Text Example


Text Example

White with #C53B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53B8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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