Html Css Color HEX #C5259E Medium Violet Red

📋 copy color: '#C5259E'

red 197 ◦ green 37 ◦ blue 158

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

Shades of Medium Violet Red #C5259E

Tints of Medium Violet Red #C5259E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.44%

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

R = 50.26%
G = 9.44%
B = 40.31%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.20

 K value IS 0.23

RGB Variations

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

Color information

#C5259E (or 0xC5259E) is known color: Medium Violet Red. HEX triplet: C5, 25 and 9E. RGB value is (197,37,158). Sum of RGB (Red+Green+Blue) = 197+37+158=392 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.26% from 392); Green value is 37 (14.84% from 255 or 9.44% from 392); Blue value is 158 (62.11% from 255 or 40.31% from 392); Max value from RGB is 197 - color contains mainly: red. Hex color #C5259E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5259E is #3ADA61. Grayscale: #626262. Windows color (decimal): -3856994 or 10364357. OLE color: 10364357.

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

Color convert

RGB 197 37 158 -
CMYK 0 0.81 0.20 0.23
HSL 314.63º 0.68% 0.46% -
HSV(B) 314.63º 0.81% 0.77% -
XYZ 29.86 15.66 33.8 -
YUV 98.63 161.51 198.16 -
System Red Green Blue C M Y K H S L
Decimal 197 37 158 0 0.81 0.20 0.23 314.63 0.68 0.46
Hex C5 25 9E 0 51 14 17 13B 44 2E
Octal 305 45 236 0 121 24 27 473 104 56
Binary 11000101 100101 10011110 0 1010001 10100 10111 100111011 1000100 101110

Color Harmonies of #C5259E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5259E

Black with #C5259E

Text Example


Text Example

White with #C5259E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5259E; }

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

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

background-color css

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

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

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

border-color css

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

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

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