Html Css Color HEX #C53092 Medium Red Violet

📋 copy color: '#C53092'

red 197 ◦ green 48 ◦ blue 146

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

Shades of Medium Red Violet #C53092

Tints of Medium Red Violet #C53092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 37.34%

R = 50.38%
G = 12.28%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.26

 K value IS 0.23

RGB Variations

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

Color information

#C53092 (or 0xC53092) is known color: Medium Red Violet. HEX triplet: C5, 30 and 92. RGB value is (197,48,146). Sum of RGB (Red+Green+Blue) = 197+48+146=391 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.38% from 391); Green value is 48 (19.14% from 255 or 12.28% from 391); Blue value is 146 (57.42% from 255 or 37.34% from 391); Max value from RGB is 197 - color contains mainly: red. Hex color #C53092 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53092 is #3ACF6D. Grayscale: #676767. Windows color (decimal): -3854190 or 9580741. OLE color: 9580741.

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

Color convert

RGB 197 48 146 -
CMYK 0 0.76 0.26 0.23
HSL 320.54º 0.61% 0.48% -
HSV(B) 320.54º 0.76% 0.77% -
XYZ 29.27 16.06 28.75 -
YUV 103.72 151.86 194.53 -
System Red Green Blue C M Y K H S L
Decimal 197 48 146 0 0.76 0.26 0.23 320.54 0.61 0.48
Hex C5 30 92 0 4C 1A 17 141 3D 30
Octal 305 60 222 0 114 32 27 501 75 60
Binary 11000101 110000 10010010 0 1001100 11010 10111 101000001 111101 110000

Color Harmonies of #C53092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53092

Black with #C53092

Text Example


Text Example

White with #C53092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53092; }

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

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

background-color css

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

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

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

border-color css

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

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

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