Html Css Color HEX #C42581 Medium Red Violet

📋 copy color: '#C42581'

red 196 ◦ green 37 ◦ blue 129

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

Shades of Medium Red Violet #C42581

Tints of Medium Red Violet #C42581

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.22%

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

R = 54.14%
G = 10.22%
B = 35.64%

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

#C42581 (or 0xC42581) is known color: Medium Red Violet. HEX triplet: C4, 25 and 81. RGB value is (196,37,129). Sum of RGB (Red+Green+Blue) = 196+37+129=362 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.14% from 362); Green value is 37 (14.84% from 255 or 10.22% from 362); Blue value is 129 (50.78% from 255 or 35.64% from 362); Max value from RGB is 196 - color contains mainly: red. Hex color #C42581 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42581 is #3BDA7E. Grayscale: #5E5E5E. Windows color (decimal): -3922559 or 8463812. OLE color: 8463812.

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

Color convert

RGB 196 37 129 -
CMYK 0 0.81 0.34 0.23
HSL 325.28º 0.68% 0.46% -
HSV(B) 325.28º 0.81% 0.77% -
XYZ 27.39 14.64 22.15 -
YUV 95.03 147.18 200.02 -
System Red Green Blue C M Y K H S L
Decimal 196 37 129 0 0.81 0.34 0.23 325.28 0.68 0.46
Hex C4 25 81 0 51 22 17 145 44 2E
Octal 304 45 201 0 121 42 27 505 104 56
Binary 11000100 100101 10000001 0 1010001 100010 10111 101000101 1000100 101110

Color Harmonies of #C42581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42581

Black with #C42581

Text Example


Text Example

White with #C42581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42581; }

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

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

background-color css

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

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

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

border-color css

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

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

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