Html Css Color HEX #C41DA8 Medium Violet Red

📋 copy color: '#C41DA8'

red 196 ◦ green 29 ◦ blue 168

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

Shades of Medium Violet Red #C41DA8

Tints of Medium Violet Red #C41DA8

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.38%

 BLUE value IS 168 (66.02% from 255) = 42.75%

R = 49.87%
G = 7.38%
B = 42.75%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.14

 K value IS 0.23

RGB Variations

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

Color information

#C41DA8 (or 0xC41DA8) is known color: Medium Violet Red. HEX triplet: C4, 1D and A8. RGB value is (196,29,168). Sum of RGB (Red+Green+Blue) = 196+29+168=393 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.87% from 393); Green value is 29 (11.72% from 255 or 7.38% from 393); Blue value is 168 (66.02% from 255 or 42.75% from 393); Max value from RGB is 196 - color contains mainly: red. Hex color #C41DA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C41DA8 is #3BE257. Grayscale: #5E5E5E. Windows color (decimal): -3924568 or 11017668. OLE color: 11017668.

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

Color convert

RGB 196 29 168 -
CMYK 0 0.85 0.14 0.23
HSL 310.06º 0.74% 0.44% -
HSV(B) 310.06º 0.85% 0.77% -
XYZ 30.27 15.44 38.43 -
YUV 94.78 169.33 200.2 -
System Red Green Blue C M Y K H S L
Decimal 196 29 168 0 0.85 0.14 0.23 310.06 0.74 0.44
Hex C4 1D A8 0 55 E 17 136 4A 2C
Octal 304 35 250 0 125 16 27 466 112 54
Binary 11000100 11101 10101000 0 1010101 1110 10111 100110110 1001010 101100

Color Harmonies of #C41DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41DA8

Black with #C41DA8

Text Example


Text Example

White with #C41DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41DA8; }

 p { color: rgb(196,29,168); }

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

background-color css

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

 a { background-color: rgb(196,29,168); }

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

border-color css

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

 span { border-color: rgb(196,29,168); }

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