Html Css Color HEX #C5297E Medium Red Violet

📋 copy color: '#C5297E'

red 197 ◦ green 41 ◦ blue 126

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

Shades of Medium Red Violet #C5297E

Tints of Medium Red Violet #C5297E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.26%

 BLUE value IS 126 (49.61% from 255) = 34.62%

R = 54.12%
G = 11.26%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#C5297E (or 0xC5297E) is known color: Medium Red Violet. HEX triplet: C5, 29 and 7E. RGB value is (197,41,126). Sum of RGB (Red+Green+Blue) = 197+41+126=364 (48% of max value = 765). Red value is 197 (77.34% from 255 or 54.12% from 364); Green value is 41 (16.41% from 255 or 11.26% from 364); Blue value is 126 (49.61% from 255 or 34.62% from 364); Max value from RGB is 197 - color contains mainly: red. Hex color #C5297E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5297E is #3AD681. Grayscale: #616161. Windows color (decimal): -3856002 or 8268229. OLE color: 8268229.

HSL color Cylindrical-coordinate representation of color #C5297E: hue angle of 327.31º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C5297E is Cyan = 0, Magento = 0.79, Yellow = 0.36 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 41 126 -
CMYK 0 0.79 0.36 0.23
HSL 327.31º 0.66% 0.47% -
HSV(B) 327.31º 0.79% 0.77% -
XYZ 27.58 14.96 21.17 -
YUV 97.33 144.18 199.09 -
System Red Green Blue C M Y K H S L
Decimal 197 41 126 0 0.79 0.36 0.23 327.31 0.66 0.47
Hex C5 29 7E 0 4F 24 17 147 42 2F
Octal 305 51 176 0 117 44 27 507 102 57
Binary 11000101 101001 1111110 0 1001111 100100 10111 101000111 1000010 101111

Color Harmonies of #C5297E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5297E

Black with #C5297E

Text Example


Text Example

White with #C5297E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5297E; }

 p { color: rgb(197,41,126); }

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

background-color css

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

 a { background-color: rgb(197,41,126); }

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

border-color css

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

 span { border-color: rgb(197,41,126); }

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