Html Css Color HEX #C53888 Medium Red Violet

📋 copy color: '#C53888'

red 197 ◦ green 56 ◦ blue 136

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

Shades of Medium Red Violet #C53888

Tints of Medium Red Violet #C53888

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 34.96%

R = 50.64%
G = 14.4%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.31

 K value IS 0.23

RGB Variations

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

Color information

#C53888 (or 0xC53888) is known color: Medium Red Violet. HEX triplet: C5, 38 and 88. RGB value is (197,56,136). Sum of RGB (Red+Green+Blue) = 197+56+136=389 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.64% from 389); Green value is 56 (22.27% from 255 or 14.40% from 389); Blue value is 136 (53.52% from 255 or 34.96% from 389); Max value from RGB is 197 - color contains mainly: red. Hex color #C53888 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53888 is #3AC777. Grayscale: #6B6B6B. Windows color (decimal): -3852152 or 8927429. OLE color: 8927429.

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

Color convert

RGB 197 56 136 -
CMYK 0 0.72 0.31 0.23
HSL 325.96º 0.56% 0.5% -
HSV(B) 325.96º 0.72% 0.77% -
XYZ 28.88 16.48 24.95 -
YUV 107.28 144.21 192 -
System Red Green Blue C M Y K H S L
Decimal 197 56 136 0 0.72 0.31 0.23 325.96 0.56 0.5
Hex C5 38 88 0 48 1F 17 146 38 32
Octal 305 70 210 0 110 37 27 506 70 62
Binary 11000101 111000 10001000 0 1001000 11111 10111 101000110 111000 110010

Color Harmonies of #C53888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53888

Black with #C53888

Text Example


Text Example

White with #C53888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53888; }

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

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

background-color css

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

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

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

border-color css

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

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

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