Html Css Color HEX #C42896 Medium Red Violet

📋 copy color: '#C42896'

red 196 ◦ green 40 ◦ blue 150

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

Shades of Medium Red Violet #C42896

Tints of Medium Red Violet #C42896

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.36%

 BLUE value IS 150 (58.98% from 255) = 38.86%

R = 50.78%
G = 10.36%
B = 38.86%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.23

 K value IS 0.23

RGB Variations

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

Color information

#C42896 (or 0xC42896) is known color: Medium Red Violet. HEX triplet: C4, 28 and 96. RGB value is (196,40,150). Sum of RGB (Red+Green+Blue) = 196+40+150=386 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.78% from 386); Green value is 40 (16.02% from 255 or 10.36% from 386); Blue value is 150 (58.98% from 255 or 38.86% from 386); Max value from RGB is 196 - color contains mainly: red. Hex color #C42896 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42896 is #3BD769. Grayscale: #626262. Windows color (decimal): -3921770 or 9840836. OLE color: 9840836.

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

Color convert

RGB 196 40 150 -
CMYK 0 0.80 0.23 0.23
HSL 317.69º 0.66% 0.46% -
HSV(B) 317.69º 0.8% 0.77% -
XYZ 29.03 15.46 30.31 -
YUV 99.18 156.68 197.06 -
System Red Green Blue C M Y K H S L
Decimal 196 40 150 0 0.80 0.23 0.23 317.69 0.66 0.46
Hex C4 28 96 0 50 17 17 13E 42 2E
Octal 304 50 226 0 120 27 27 476 102 56
Binary 11000100 101000 10010110 0 1010000 10111 10111 100111110 1000010 101110

Color Harmonies of #C42896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42896

Black with #C42896

Text Example


Text Example

White with #C42896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42896; }

 p { color: rgb(196,40,150); }

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

background-color css

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

 a { background-color: rgb(196,40,150); }

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

border-color css

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

 span { border-color: rgb(196,40,150); }

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