Html Css Color HEX #C53298 Medium Red Violet

📋 copy color: '#C53298'

red 197 ◦ green 50 ◦ blue 152

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

Shades of Medium Red Violet #C53298

Tints of Medium Red Violet #C53298

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.53%

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

R = 49.37%
G = 12.53%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.23

 K value IS 0.23

RGB Variations

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

Color information

#C53298 (or 0xC53298) is known color: Medium Red Violet. HEX triplet: C5, 32 and 98. RGB value is (197,50,152). Sum of RGB (Red+Green+Blue) = 197+50+152=399 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.37% from 399); Green value is 50 (19.92% from 255 or 12.53% from 399); Blue value is 152 (59.77% from 255 or 38.10% from 399); Max value from RGB is 197 - color contains mainly: red. Hex color #C53298 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53298 is #3ACD67. Grayscale: #696969. Windows color (decimal): -3853672 or 9974469. OLE color: 9974469.

HSL color Cylindrical-coordinate representation of color #C53298: hue angle of 318.37º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C53298 is Cyan = 0, Magento = 0.75, Yellow = 0.23 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 50 152 -
CMYK 0 0.75 0.23 0.23
HSL 318.37º 0.6% 0.48% -
HSV(B) 318.37º 0.75% 0.77% -
XYZ 29.83 16.42 31.3 -
YUV 105.58 154.2 193.21 -
System Red Green Blue C M Y K H S L
Decimal 197 50 152 0 0.75 0.23 0.23 318.37 0.6 0.48
Hex C5 32 98 0 4B 17 17 13E 3C 30
Octal 305 62 230 0 113 27 27 476 74 60
Binary 11000101 110010 10011000 0 1001011 10111 10111 100111110 111100 110000

Color Harmonies of #C53298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53298

Black with #C53298

Text Example


Text Example

White with #C53298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53298; }

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

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

background-color css

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

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

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

border-color css

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

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

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