Html Css Color HEX #C5296E Medium Red Violet

📋 copy color: '#C5296E'

red 197 ◦ green 41 ◦ blue 110

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

Shades of Medium Red Violet #C5296E

Tints of Medium Red Violet #C5296E

RGB

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

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

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

R = 56.61%
G = 11.78%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.44

 K value IS 0.23

RGB Variations

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

Color information

#C5296E (or 0xC5296E) is known color: Medium Red Violet. HEX triplet: C5, 29 and 6E. RGB value is (197,41,110). Sum of RGB (Red+Green+Blue) = 197+41+110=348 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.61% from 348); Green value is 41 (16.41% from 255 or 11.78% from 348); Blue value is 110 (43.36% from 255 or 31.61% from 348); Max value from RGB is 197 - color contains mainly: red. Hex color #C5296E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5296E is #3AD691. Grayscale: #5F5F5F. Windows color (decimal): -3856018 or 7219653. OLE color: 7219653.

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

Color convert

RGB 197 41 110 -
CMYK 0 0.79 0.44 0.23
HSL 333.46º 0.66% 0.47% -
HSV(B) 333.46º 0.79% 0.77% -
XYZ 26.63 14.58 16.16 -
YUV 95.51 136.18 200.39 -
System Red Green Blue C M Y K H S L
Decimal 197 41 110 0 0.79 0.44 0.23 333.46 0.66 0.47
Hex C5 29 6E 0 4F 2C 17 14D 42 2F
Octal 305 51 156 0 117 54 27 515 102 57
Binary 11000101 101001 1101110 0 1001111 101100 10111 101001101 1000010 101111

Color Harmonies of #C5296E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5296E

Black with #C5296E

Text Example


Text Example

White with #C5296E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5296E; }

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

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

background-color css

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

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

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

border-color css

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

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

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