Html Css Color HEX #C42881 Medium Red Violet

📋 copy color: '#C42881'

red 196 ◦ green 40 ◦ blue 129

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

Shades of Medium Red Violet #C42881

Tints of Medium Red Violet #C42881

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 35.34%

R = 53.7%
G = 10.96%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.34

 K value IS 0.23

RGB Variations

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

Color information

#C42881 (or 0xC42881) is known color: Medium Red Violet. HEX triplet: C4, 28 and 81. RGB value is (196,40,129). Sum of RGB (Red+Green+Blue) = 196+40+129=365 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.70% from 365); Green value is 40 (16.02% from 255 or 10.96% from 365); Blue value is 129 (50.78% from 255 or 35.34% from 365); Max value from RGB is 196 - color contains mainly: red. Hex color #C42881 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42881 is #3BD77E. Grayscale: #606060. Windows color (decimal): -3921791 or 8464580. OLE color: 8464580.

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

Color convert

RGB 196 40 129 -
CMYK 0 0.80 0.34 0.23
HSL 325.77º 0.66% 0.46% -
HSV(B) 325.77º 0.8% 0.77% -
XYZ 27.49 14.84 22.18 -
YUV 96.79 146.18 198.76 -
System Red Green Blue C M Y K H S L
Decimal 196 40 129 0 0.80 0.34 0.23 325.77 0.66 0.46
Hex C4 28 81 0 50 22 17 146 42 2E
Octal 304 50 201 0 120 42 27 506 102 56
Binary 11000100 101000 10000001 0 1010000 100010 10111 101000110 1000010 101110

Color Harmonies of #C42881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42881

Black with #C42881

Text Example


Text Example

White with #C42881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42881; }

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

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

background-color css

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

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

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

border-color css

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

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

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