Html Css Color HEX #C5259F Medium Violet Red

📋 copy color: '#C5259F'

red 197 ◦ green 37 ◦ blue 159

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

Shades of Medium Violet Red #C5259F

Tints of Medium Violet Red #C5259F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 40.46%

R = 50.13%
G = 9.41%
B = 40.46%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.19

 K value IS 0.23

RGB Variations

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

Color information

#C5259F (or 0xC5259F) is known color: Medium Violet Red. HEX triplet: C5, 25 and 9F. RGB value is (197,37,159). Sum of RGB (Red+Green+Blue) = 197+37+159=393 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50.13% from 393); Green value is 37 (14.84% from 255 or 9.41% from 393); Blue value is 159 (62.5% from 255 or 40.46% from 393); Max value from RGB is 197 - color contains mainly: red. Hex color #C5259F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5259F is #3ADA60. Grayscale: #626262. Windows color (decimal): -3856993 or 10429893. OLE color: 10429893.

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

Color convert

RGB 197 37 159 -
CMYK 0 0.81 0.19 0.23
HSL 314.25º 0.68% 0.46% -
HSV(B) 314.25º 0.81% 0.77% -
XYZ 29.95 15.7 34.25 -
YUV 98.75 162.01 198.08 -
System Red Green Blue C M Y K H S L
Decimal 197 37 159 0 0.81 0.19 0.23 314.25 0.68 0.46
Hex C5 25 9F 0 51 13 17 13A 44 2E
Octal 305 45 237 0 121 23 27 472 104 56
Binary 11000101 100101 10011111 0 1010001 10011 10111 100111010 1000100 101110

Color Harmonies of #C5259F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5259F

Black with #C5259F

Text Example


Text Example

White with #C5259F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5259F; }

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

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

background-color css

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

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

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

border-color css

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

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

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