Html Css Color HEX #C5258B Medium Violet Red

📋 copy color: '#C5258B'

red 197 ◦ green 37 ◦ blue 139

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

Shades of Medium Violet Red #C5258B

Tints of Medium Violet Red #C5258B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 37.27%

R = 52.82%
G = 9.92%
B = 37.27%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.29

 K value IS 0.23

RGB Variations

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

Color information

#C5258B (or 0xC5258B) is known color: Medium Violet Red. HEX triplet: C5, 25 and 8B. RGB value is (197,37,139). Sum of RGB (Red+Green+Blue) = 197+37+139=373 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.82% from 373); Green value is 37 (14.84% from 255 or 9.92% from 373); Blue value is 139 (54.69% from 255 or 37.27% from 373); Max value from RGB is 197 - color contains mainly: red. Hex color #C5258B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5258B is #3ADA74. Grayscale: #606060. Windows color (decimal): -3857013 or 9119173. OLE color: 9119173.

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

Color convert

RGB 197 37 139 -
CMYK 0 0.81 0.29 0.23
HSL 321.75º 0.68% 0.46% -
HSV(B) 321.75º 0.81% 0.77% -
XYZ 28.35 15.06 25.84 -
YUV 96.47 152.01 199.71 -
System Red Green Blue C M Y K H S L
Decimal 197 37 139 0 0.81 0.29 0.23 321.75 0.68 0.46
Hex C5 25 8B 0 51 1D 17 142 44 2E
Octal 305 45 213 0 121 35 27 502 104 56
Binary 11000101 100101 10001011 0 1010001 11101 10111 101000010 1000100 101110

Color Harmonies of #C5258B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5258B

Black with #C5258B

Text Example


Text Example

White with #C5258B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5258B; }

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

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

background-color css

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

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

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

border-color css

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

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

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