Html Css Color HEX #C52099 Medium Violet Red

📋 copy color: '#C52099'

red 197 ◦ green 32 ◦ blue 153

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

Shades of Medium Violet Red #C52099

Tints of Medium Violet Red #C52099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 40.05%

R = 51.57%
G = 8.38%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.22

 K value IS 0.23

RGB Variations

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

Color information

#C52099 (or 0xC52099) is known color: Medium Violet Red. HEX triplet: C5, 20 and 99. RGB value is (197,32,153). Sum of RGB (Red+Green+Blue) = 197+32+153=382 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.57% from 382); Green value is 32 (12.89% from 255 or 8.38% from 382); Blue value is 153 (60.16% from 255 or 40.05% from 382); Max value from RGB is 197 - color contains mainly: red. Hex color #C52099 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C52099 is #3ADF66. Grayscale: #5E5E5E. Windows color (decimal): -3858279 or 10035397. OLE color: 10035397.

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

Color convert

RGB 197 32 153 -
CMYK 0 0.84 0.22 0.23
HSL 316º 0.72% 0.45% -
HSV(B) 316º 0.84% 0.77% -
XYZ 29.29 15.2 31.53 -
YUV 95.13 160.66 200.66 -
System Red Green Blue C M Y K H S L
Decimal 197 32 153 0 0.84 0.22 0.23 316 0.72 0.45
Hex C5 20 99 0 54 16 17 13C 48 2D
Octal 305 40 231 0 124 26 27 474 110 55
Binary 11000101 100000 10011001 0 1010100 10110 10111 100111100 1001000 101101

Color Harmonies of #C52099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52099

Black with #C52099

Text Example


Text Example

White with #C52099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52099; }

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

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

background-color css

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

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

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

border-color css

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

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

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