Html Css Color HEX #C53881 Medium Red Violet

📋 copy color: '#C53881'

red 197 ◦ green 56 ◦ blue 129

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

Shades of Medium Red Violet #C53881

Tints of Medium Red Violet #C53881

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.66%

 BLUE value IS 129 (50.78% from 255) = 33.77%

R = 51.57%
G = 14.66%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.35

 K value IS 0.23

RGB Variations

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

Color information

#C53881 (or 0xC53881) is known color: Medium Red Violet. HEX triplet: C5, 38 and 81. RGB value is (197,56,129). Sum of RGB (Red+Green+Blue) = 197+56+129=382 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.57% from 382); Green value is 56 (22.27% from 255 or 14.66% from 382); Blue value is 129 (50.78% from 255 or 33.77% from 382); Max value from RGB is 197 - color contains mainly: red. Hex color #C53881 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53881 is #3AC77E. Grayscale: #6A6A6A. Windows color (decimal): -3852159 or 8468677. OLE color: 8468677.

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

Color convert

RGB 197 56 129 -
CMYK 0 0.72 0.35 0.23
HSL 328.94º 0.56% 0.5% -
HSV(B) 328.94º 0.72% 0.77% -
XYZ 28.4 16.28 22.41 -
YUV 106.48 140.71 192.56 -
System Red Green Blue C M Y K H S L
Decimal 197 56 129 0 0.72 0.35 0.23 328.94 0.56 0.5
Hex C5 38 81 0 48 23 17 149 38 32
Octal 305 70 201 0 110 43 27 511 70 62
Binary 11000101 111000 10000001 0 1001000 100011 10111 101001001 111000 110010

Color Harmonies of #C53881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53881

Black with #C53881

Text Example


Text Example

White with #C53881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53881; }

 p { color: rgb(197,56,129); }

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

background-color css

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

 a { background-color: rgb(197,56,129); }

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

border-color css

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

 span { border-color: rgb(197,56,129); }

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