Html Css Color HEX #C53885 Medium Red Violet

📋 copy color: '#C53885'

red 197 ◦ green 56 ◦ blue 133

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

Shades of Medium Red Violet #C53885

Tints of Medium Red Violet #C53885

RGB

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

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

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

R = 51.04%
G = 14.51%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#C53885 (or 0xC53885) is known color: Medium Red Violet. HEX triplet: C5, 38 and 85. RGB value is (197,56,133). Sum of RGB (Red+Green+Blue) = 197+56+133=386 (51% of max value = 765). Red value is 197 (77.34% from 255 or 51.04% from 386); Green value is 56 (22.27% from 255 or 14.51% from 386); Blue value is 133 (52.34% from 255 or 34.46% from 386); Max value from RGB is 197 - color contains mainly: red. Hex color #C53885 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53885 is #3AC77A. Grayscale: #6A6A6A. Windows color (decimal): -3852155 or 8730821. OLE color: 8730821.

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

Color convert

RGB 197 56 133 -
CMYK 0 0.72 0.32 0.23
HSL 327.23º 0.56% 0.5% -
HSV(B) 327.23º 0.72% 0.77% -
XYZ 28.67 16.39 23.84 -
YUV 106.94 142.71 192.24 -
System Red Green Blue C M Y K H S L
Decimal 197 56 133 0 0.72 0.32 0.23 327.23 0.56 0.5
Hex C5 38 85 0 48 20 17 147 38 32
Octal 305 70 205 0 110 40 27 507 70 62
Binary 11000101 111000 10000101 0 1001000 100000 10111 101000111 111000 110010

Color Harmonies of #C53885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53885

Black with #C53885

Text Example


Text Example

White with #C53885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53885; }

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

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

background-color css

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

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

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

border-color css

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

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

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