Html Css Color HEX #C42681 Medium Red Violet

📋 copy color: '#C42681'

red 196 ◦ green 38 ◦ blue 129

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

Shades of Medium Red Violet #C42681

Tints of Medium Red Violet #C42681

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.47%

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

R = 53.99%
G = 10.47%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.34

 K value IS 0.23

RGB Variations

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

Color information

#C42681 (or 0xC42681) is known color: Medium Red Violet. HEX triplet: C4, 26 and 81. RGB value is (196,38,129). Sum of RGB (Red+Green+Blue) = 196+38+129=363 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.99% from 363); Green value is 38 (15.23% from 255 or 10.47% from 363); Blue value is 129 (50.78% from 255 or 35.54% from 363); Max value from RGB is 196 - color contains mainly: red. Hex color #C42681 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42681 is #3BD97E. Grayscale: #5F5F5F. Windows color (decimal): -3922303 or 8464068. OLE color: 8464068.

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

Color convert

RGB 196 38 129 -
CMYK 0 0.81 0.34 0.23
HSL 325.44º 0.68% 0.46% -
HSV(B) 325.44º 0.81% 0.77% -
XYZ 27.42 14.71 22.16 -
YUV 95.62 146.85 199.6 -
System Red Green Blue C M Y K H S L
Decimal 196 38 129 0 0.81 0.34 0.23 325.44 0.68 0.46
Hex C4 26 81 0 51 22 17 145 44 2E
Octal 304 46 201 0 121 42 27 505 104 56
Binary 11000100 100110 10000001 0 1010001 100010 10111 101000101 1000100 101110

Color Harmonies of #C42681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42681

Black with #C42681

Text Example


Text Example

White with #C42681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42681; }

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

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

background-color css

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

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

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

border-color css

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

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

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