Html Css Color HEX #C42481 Medium Violet Red

📋 copy color: '#C42481'

red 196 ◦ green 36 ◦ blue 129

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

Shades of Medium Violet Red #C42481

Tints of Medium Violet Red #C42481

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.97%

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

R = 54.29%
G = 9.97%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.34

 K value IS 0.23

RGB Variations

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

Color information

#C42481 (or 0xC42481) is known color: Medium Violet Red. HEX triplet: C4, 24 and 81. RGB value is (196,36,129). Sum of RGB (Red+Green+Blue) = 196+36+129=361 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.29% from 361); Green value is 36 (14.45% from 255 or 9.97% from 361); Blue value is 129 (50.78% from 255 or 35.73% from 361); Max value from RGB is 196 - color contains mainly: red. Hex color #C42481 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42481 is #3BDB7E. Grayscale: #5E5E5E. Windows color (decimal): -3922815 or 8463556. OLE color: 8463556.

HSL color Cylindrical-coordinate representation of color #C42481: hue angle of 325.12º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C42481 is Cyan = 0, Magento = 0.82, Yellow = 0.34 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 36 129 -
CMYK 0 0.82 0.34 0.23
HSL 325.13º 0.69% 0.45% -
HSV(B) 325.13º 0.82% 0.77% -
XYZ 27.36 14.58 22.14 -
YUV 94.44 147.51 200.44 -
System Red Green Blue C M Y K H S L
Decimal 196 36 129 0 0.82 0.34 0.23 325.13 0.69 0.45
Hex C4 24 81 0 52 22 17 145 45 2D
Octal 304 44 201 0 122 42 27 505 105 55
Binary 11000100 100100 10000001 0 1010010 100010 10111 101000101 1000101 101101

Color Harmonies of #C42481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42481

Black with #C42481

Text Example


Text Example

White with #C42481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42481; }

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

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

background-color css

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

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

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

border-color css

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

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

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