Html Css Color HEX #C5259C Medium Violet Red

📋 copy color: '#C5259C'

red 197 ◦ green 37 ◦ blue 156

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

Shades of Medium Violet Red #C5259C

Tints of Medium Violet Red #C5259C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 40%

R = 50.51%
G = 9.49%
B = 40%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.21

 K value IS 0.23

RGB Variations

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

Color information

#C5259C (or 0xC5259C) is known color: Medium Violet Red. HEX triplet: C5, 25 and 9C. RGB value is (197,37,156). Sum of RGB (Red+Green+Blue) = 197+37+156=390 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.51% from 390); Green value is 37 (14.84% from 255 or 9.49% from 390); Blue value is 156 (61.33% from 255 or 40% from 390); Max value from RGB is 197 - color contains mainly: red. Hex color #C5259C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5259C is #3ADA63. Grayscale: #626262. Windows color (decimal): -3856996 or 10233285. OLE color: 10233285.

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

Color convert

RGB 197 37 156 -
CMYK 0 0.81 0.21 0.23
HSL 315.38º 0.68% 0.46% -
HSV(B) 315.38º 0.81% 0.77% -
XYZ 29.69 15.59 32.9 -
YUV 98.41 160.51 198.32 -
System Red Green Blue C M Y K H S L
Decimal 197 37 156 0 0.81 0.21 0.23 315.38 0.68 0.46
Hex C5 25 9C 0 51 15 17 13B 44 2E
Octal 305 45 234 0 121 25 27 473 104 56
Binary 11000101 100101 10011100 0 1010001 10101 10111 100111011 1000100 101110

Color Harmonies of #C5259C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5259C

Black with #C5259C

Text Example


Text Example

White with #C5259C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5259C; }

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

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

background-color css

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

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

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

border-color css

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

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

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