Html Css Color HEX #C52092 Medium Violet Red

📋 copy color: '#C52092'

red 197 ◦ green 32 ◦ blue 146

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

Shades of Medium Violet Red #C52092

Tints of Medium Violet Red #C52092

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.53%

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

R = 52.53%
G = 8.53%
B = 38.93%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.26

 K value IS 0.23

RGB Variations

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

Color information

#C52092 (or 0xC52092) is known color: Medium Violet Red. HEX triplet: C5, 20 and 92. RGB value is (197,32,146). Sum of RGB (Red+Green+Blue) = 197+32+146=375 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.53% from 375); Green value is 32 (12.89% from 255 or 8.53% from 375); Blue value is 146 (57.42% from 255 or 38.93% from 375); Max value from RGB is 197 - color contains mainly: red. Hex color #C52092 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C52092 is #3ADF6D. Grayscale: #5E5E5E. Windows color (decimal): -3858286 or 9576645. OLE color: 9576645.

HSL color Cylindrical-coordinate representation of color #C52092: hue angle of 318.55º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C52092 is Cyan = 0, Magento = 0.84, Yellow = 0.26 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 32 146 -
CMYK 0 0.84 0.26 0.23
HSL 318.55º 0.72% 0.45% -
HSV(B) 318.55º 0.84% 0.77% -
XYZ 28.73 14.98 28.57 -
YUV 94.33 157.16 201.23 -
System Red Green Blue C M Y K H S L
Decimal 197 32 146 0 0.84 0.26 0.23 318.55 0.72 0.45
Hex C5 20 92 0 54 1A 17 13F 48 2D
Octal 305 40 222 0 124 32 27 477 110 55
Binary 11000101 100000 10010010 0 1010100 11010 10111 100111111 1001000 101101

Color Harmonies of #C52092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52092

Black with #C52092

Text Example


Text Example

White with #C52092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52092; }

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

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

background-color css

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

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

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

border-color css

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

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

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