Html Css Color HEX #C41DC0 Deep Magenta

📋 copy color: '#C41DC0'

red 196 ◦ green 29 ◦ blue 192

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

Shades of Deep Magenta #C41DC0

Tints of Deep Magenta #C41DC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 46.04%

R = 47%
G = 6.95%
B = 46.04%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.02

 K value IS 0.23

RGB Variations

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

Color information

#C41DC0 (or 0xC41DC0) is known color: Deep Magenta. HEX triplet: C4, 1D and C0. RGB value is (196,29,192). Sum of RGB (Red+Green+Blue) = 196+29+192=417 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.00% from 417); Green value is 29 (11.72% from 255 or 6.95% from 417); Blue value is 192 (75.39% from 255 or 46.04% from 417); Max value from RGB is 196 - color contains mainly: red. Hex color #C41DC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C41DC0 is #3BE23F. Grayscale: #616161. Windows color (decimal): -3924544 or 12590532. OLE color: 12590532.

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

Color convert

RGB 196 29 192 -
CMYK 0 0.85 0.02 0.23
HSL 301.44º 0.74% 0.44% -
HSV(B) 301.44º 0.85% 0.77% -
XYZ 32.72 16.42 51.31 -
YUV 97.52 181.33 198.25 -
System Red Green Blue C M Y K H S L
Decimal 196 29 192 0 0.85 0.02 0.23 301.44 0.74 0.44
Hex C4 1D C0 0 55 2 17 12D 4A 2C
Octal 304 35 300 0 125 2 27 455 112 54
Binary 11000100 11101 11000000 0 1010101 10 10111 100101101 1001010 101100

Color Harmonies of #C41DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41DC0

Black with #C41DC0

Text Example


Text Example

White with #C41DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41DC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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