Html Css Color HEX #C5258E Medium Violet Red

📋 copy color: '#C5258E'

red 197 ◦ green 37 ◦ blue 142

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

Shades of Medium Violet Red #C5258E

Tints of Medium Violet Red #C5258E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 37.77%

R = 52.39%
G = 9.84%
B = 37.77%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.28

 K value IS 0.23

RGB Variations

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

Color information

#C5258E (or 0xC5258E) is known color: Medium Violet Red. HEX triplet: C5, 25 and 8E. RGB value is (197,37,142). Sum of RGB (Red+Green+Blue) = 197+37+142=376 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.39% from 376); Green value is 37 (14.84% from 255 or 9.84% from 376); Blue value is 142 (55.86% from 255 or 37.77% from 376); Max value from RGB is 197 - color contains mainly: red. Hex color #C5258E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5258E is #3ADA71. Grayscale: #606060. Windows color (decimal): -3857010 or 9315781. OLE color: 9315781.

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

Color convert

RGB 197 37 142 -
CMYK 0 0.81 0.28 0.23
HSL 320.63º 0.68% 0.46% -
HSV(B) 320.63º 0.81% 0.77% -
XYZ 28.57 15.15 27.01 -
YUV 96.81 153.51 199.46 -
System Red Green Blue C M Y K H S L
Decimal 197 37 142 0 0.81 0.28 0.23 320.63 0.68 0.46
Hex C5 25 8E 0 51 1C 17 141 44 2E
Octal 305 45 216 0 121 34 27 501 104 56
Binary 11000101 100101 10001110 0 1010001 11100 10111 101000001 1000100 101110

Color Harmonies of #C5258E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5258E

Black with #C5258E

Text Example


Text Example

White with #C5258E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5258E; }

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

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

background-color css

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

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

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

border-color css

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

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

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