Html Css Color HEX #C5257A Medium Violet Red

📋 copy color: '#C5257A'

red 197 ◦ green 37 ◦ blue 122

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

Shades of Medium Violet Red #C5257A

Tints of Medium Violet Red #C5257A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 34.27%

R = 55.34%
G = 10.39%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.38

 K value IS 0.23

RGB Variations

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

Color information

#C5257A (or 0xC5257A) is known color: Medium Violet Red. HEX triplet: C5, 25 and 7A. RGB value is (197,37,122). Sum of RGB (Red+Green+Blue) = 197+37+122=356 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.34% from 356); Green value is 37 (14.84% from 255 or 10.39% from 356); Blue value is 122 (48.05% from 255 or 34.27% from 356); Max value from RGB is 197 - color contains mainly: red. Hex color #C5257A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5257A is #3ADA85. Grayscale: #5E5E5E. Windows color (decimal): -3857030 or 8005061. OLE color: 8005061.

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

Color convert

RGB 197 37 122 -
CMYK 0 0.81 0.38 0.23
HSL 328.13º 0.68% 0.46% -
HSV(B) 328.13º 0.81% 0.77% -
XYZ 27.2 14.6 19.8 -
YUV 94.53 143.51 201.09 -
System Red Green Blue C M Y K H S L
Decimal 197 37 122 0 0.81 0.38 0.23 328.13 0.68 0.46
Hex C5 25 7A 0 51 26 17 148 44 2E
Octal 305 45 172 0 121 46 27 510 104 56
Binary 11000101 100101 1111010 0 1010001 100110 10111 101001000 1000100 101110

Color Harmonies of #C5257A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5257A

Black with #C5257A

Text Example


Text Example

White with #C5257A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5257A; }

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

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

background-color css

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

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

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

border-color css

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

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

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