Html Css Color HEX #C41A7D Medium Violet Red

📋 copy color: '#C41A7D'

red 196 ◦ green 26 ◦ blue 125

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

Shades of Medium Violet Red #C41A7D

Tints of Medium Violet Red #C41A7D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.49%

 BLUE value IS 125 (49.22% from 255) = 36.02%

R = 56.48%
G = 7.49%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#C41A7D (or 0xC41A7D) is known color: Medium Violet Red. HEX triplet: C4, 1A and 7D. RGB value is (196,26,125). Sum of RGB (Red+Green+Blue) = 196+26+125=347 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.48% from 347); Green value is 26 (10.55% from 255 or 7.49% from 347); Blue value is 125 (49.22% from 255 or 36.02% from 347); Max value from RGB is 196 - color contains mainly: red. Hex color #C41A7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C41A7D is #3BE582. Grayscale: #575757. Windows color (decimal): -3925379 or 8198852. OLE color: 8198852.

HSL color Cylindrical-coordinate representation of color #C41A7D: hue angle of 325.06º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C41A7D is Cyan = 0, Magento = 0.87, Yellow = 0.36 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 26 125 -
CMYK 0 0.87 0.36 0.23
HSL 325.06º 0.77% 0.44% -
HSV(B) 325.06º 0.87% 0.77% -
XYZ 26.84 13.96 20.68 -
YUV 88.12 148.82 204.95 -
System Red Green Blue C M Y K H S L
Decimal 196 26 125 0 0.87 0.36 0.23 325.06 0.77 0.44
Hex C4 1A 7D 0 57 24 17 145 4D 2C
Octal 304 32 175 0 127 44 27 505 115 54
Binary 11000100 11010 1111101 0 1010111 100100 10111 101000101 1001101 101100

Color Harmonies of #C41A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41A7D

Black with #C41A7D

Text Example


Text Example

White with #C41A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41A7D; }

 p { color: rgb(196,26,125); }

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

background-color css

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

 a { background-color: rgb(196,26,125); }

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

border-color css

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

 span { border-color: rgb(196,26,125); }

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