Html Css Color HEX #C5256E Medium Red Violet

📋 copy color: '#C5256E'

red 197 ◦ green 37 ◦ blue 110

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

Shades of Medium Red Violet #C5256E

Tints of Medium Red Violet #C5256E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 31.98%

R = 57.27%
G = 10.76%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.44

 K value IS 0.23

RGB Variations

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

Color information

#C5256E (or 0xC5256E) is known color: Medium Red Violet. HEX triplet: C5, 25 and 6E. RGB value is (197,37,110). Sum of RGB (Red+Green+Blue) = 197+37+110=344 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.27% from 344); Green value is 37 (14.84% from 255 or 10.76% from 344); Blue value is 110 (43.36% from 255 or 31.98% from 344); Max value from RGB is 197 - color contains mainly: red. Hex color #C5256E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5256E is #3ADA91. Grayscale: #5D5D5D. Windows color (decimal): -3857042 or 7218629. OLE color: 7218629.

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

Color convert

RGB 197 37 110 -
CMYK 0 0.81 0.44 0.23
HSL 332.63º 0.68% 0.46% -
HSV(B) 332.63º 0.81% 0.77% -
XYZ 26.5 14.32 16.12 -
YUV 93.16 137.51 202.06 -
System Red Green Blue C M Y K H S L
Decimal 197 37 110 0 0.81 0.44 0.23 332.63 0.68 0.46
Hex C5 25 6E 0 51 2C 17 14D 44 2E
Octal 305 45 156 0 121 54 27 515 104 56
Binary 11000101 100101 1101110 0 1010001 101100 10111 101001101 1000100 101110

Color Harmonies of #C5256E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5256E

Black with #C5256E

Text Example


Text Example

White with #C5256E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5256E; }

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

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

background-color css

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

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

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

border-color css

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

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

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