Html Css Color HEX #C53096 Medium Red Violet

📋 copy color: '#C53096'

red 197 ◦ green 48 ◦ blue 150

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

Shades of Medium Red Violet #C53096

Tints of Medium Red Violet #C53096

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.15%

 BLUE value IS 150 (58.98% from 255) = 37.97%

R = 49.87%
G = 12.15%
B = 37.97%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.24

 K value IS 0.23

RGB Variations

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

Color information

#C53096 (or 0xC53096) is known color: Medium Red Violet. HEX triplet: C5, 30 and 96. RGB value is (197,48,150). Sum of RGB (Red+Green+Blue) = 197+48+150=395 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.87% from 395); Green value is 48 (19.14% from 255 or 12.15% from 395); Blue value is 150 (58.98% from 255 or 37.97% from 395); Max value from RGB is 197 - color contains mainly: red. Hex color #C53096 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53096 is #3ACF69. Grayscale: #676767. Windows color (decimal): -3854186 or 9842885. OLE color: 9842885.

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

Color convert

RGB 197 48 150 -
CMYK 0 0.76 0.24 0.23
HSL 318.93º 0.61% 0.48% -
HSV(B) 318.93º 0.76% 0.77% -
XYZ 29.59 16.19 30.42 -
YUV 104.18 153.86 194.21 -
System Red Green Blue C M Y K H S L
Decimal 197 48 150 0 0.76 0.24 0.23 318.93 0.61 0.48
Hex C5 30 96 0 4C 18 17 13F 3D 30
Octal 305 60 226 0 114 30 27 477 75 60
Binary 11000101 110000 10010110 0 1001100 11000 10111 100111111 111101 110000

Color Harmonies of #C53096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53096

Black with #C53096

Text Example


Text Example

White with #C53096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53096; }

 p { color: rgb(197,48,150); }

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

background-color css

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

 a { background-color: rgb(197,48,150); }

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

border-color css

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

 span { border-color: rgb(197,48,150); }

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