Html Css Color HEX #C4297E Medium Red Violet

📋 copy color: '#C4297E'

red 196 ◦ green 41 ◦ blue 126

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

Shades of Medium Red Violet #C4297E

Tints of Medium Red Violet #C4297E

RGB

 RED value IS 196 (76.95% from 255) = 53.99%

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

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

R = 53.99%
G = 11.29%
B = 34.71%

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

#C4297E (or 0xC4297E) is known color: Medium Red Violet. HEX triplet: C4, 29 and 7E. RGB value is (196,41,126). Sum of RGB (Red+Green+Blue) = 196+41+126=363 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.99% from 363); Green value is 41 (16.41% from 255 or 11.29% from 363); Blue value is 126 (49.61% from 255 or 34.71% from 363); Max value from RGB is 196 - color contains mainly: red. Hex color #C4297E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4297E is #3BD681. Grayscale: #606060. Windows color (decimal): -3921538 or 8268228. OLE color: 8268228.

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

Color convert

RGB 196 41 126 -
CMYK 0 0.79 0.36 0.23
HSL 327.1º 0.65% 0.46% -
HSV(B) 327.1º 0.79% 0.77% -
XYZ 27.32 14.83 21.16 -
YUV 97.04 144.35 198.59 -
System Red Green Blue C M Y K H S L
Decimal 196 41 126 0 0.79 0.36 0.23 327.1 0.65 0.46
Hex C4 29 7E 0 4F 24 17 147 41 2E
Octal 304 51 176 0 117 44 27 507 101 56
Binary 11000100 101001 1111110 0 1001111 100100 10111 101000111 1000001 101110

Color Harmonies of #C4297E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4297E

Black with #C4297E

Text Example


Text Example

White with #C4297E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4297E; }

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

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

background-color css

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

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

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

border-color css

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

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

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