Html Css Color HEX #C53A98 Medium Red Violet

📋 copy color: '#C53A98'

red 197 ◦ green 58 ◦ blue 152

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

Shades of Medium Red Violet #C53A98

Tints of Medium Red Violet #C53A98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 37.35%

R = 48.4%
G = 14.25%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.23

 K value IS 0.23

RGB Variations

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

Color information

#C53A98 (or 0xC53A98) is known color: Medium Red Violet. HEX triplet: C5, 3A and 98. RGB value is (197,58,152). Sum of RGB (Red+Green+Blue) = 197+58+152=407 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.40% from 407); Green value is 58 (23.05% from 255 or 14.25% from 407); Blue value is 152 (59.77% from 255 or 37.35% from 407); Max value from RGB is 197 - color contains mainly: red. Hex color #C53A98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53A98 is #3AC567. Grayscale: #6E6E6E. Windows color (decimal): -3851624 or 9976517. OLE color: 9976517.

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

Color convert

RGB 197 58 152 -
CMYK 0 0.71 0.23 0.23
HSL 319.42º 0.55% 0.5% -
HSV(B) 319.42º 0.71% 0.77% -
XYZ 30.21 17.16 31.43 -
YUV 110.28 151.55 189.86 -
System Red Green Blue C M Y K H S L
Decimal 197 58 152 0 0.71 0.23 0.23 319.42 0.55 0.5
Hex C5 3A 98 0 47 17 17 13F 37 32
Octal 305 72 230 0 107 27 27 477 67 62
Binary 11000101 111010 10011000 0 1000111 10111 10111 100111111 110111 110010

Color Harmonies of #C53A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53A98

Black with #C53A98

Text Example


Text Example

White with #C53A98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53A98; }

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

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

background-color css

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

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

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

border-color css

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

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

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