Html Css Color HEX #C5249E Medium Violet Red

📋 copy color: '#C5249E'

red 197 ◦ green 36 ◦ blue 158

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

Shades of Medium Violet Red #C5249E

Tints of Medium Violet Red #C5249E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.21%

 BLUE value IS 158 (62.11% from 255) = 40.41%

R = 50.38%
G = 9.21%
B = 40.41%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.20

 K value IS 0.23

RGB Variations

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

Color information

#C5249E (or 0xC5249E) is known color: Medium Violet Red. HEX triplet: C5, 24 and 9E. RGB value is (197,36,158). Sum of RGB (Red+Green+Blue) = 197+36+158=391 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.38% from 391); Green value is 36 (14.45% from 255 or 9.21% from 391); Blue value is 158 (62.11% from 255 or 40.41% from 391); Max value from RGB is 197 - color contains mainly: red. Hex color #C5249E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5249E is #3ADB61. Grayscale: #616161. Windows color (decimal): -3857250 or 10364101. OLE color: 10364101.

HSL color Cylindrical-coordinate representation of color #C5249E: hue angle of 314.53º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C5249E is Cyan = 0, Magento = 0.82, Yellow = 0.20 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 36 158 -
CMYK 0 0.82 0.20 0.23
HSL 314.53º 0.69% 0.46% -
HSV(B) 314.53º 0.82% 0.77% -
XYZ 29.83 15.6 33.79 -
YUV 98.05 161.84 198.58 -
System Red Green Blue C M Y K H S L
Decimal 197 36 158 0 0.82 0.20 0.23 314.53 0.69 0.46
Hex C5 24 9E 0 52 14 17 13B 45 2E
Octal 305 44 236 0 122 24 27 473 105 56
Binary 11000101 100100 10011110 0 1010010 10100 10111 100111011 1000101 101110

Color Harmonies of #C5249E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5249E

Black with #C5249E

Text Example


Text Example

White with #C5249E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5249E; }

 p { color: rgb(197,36,158); }

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

background-color css

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

 a { background-color: rgb(197,36,158); }

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

border-color css

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

 span { border-color: rgb(197,36,158); }

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