Html Css Color HEX #C41DC4 Deep Magenta

📋 copy color: '#C41DC4'

red 196 ◦ green 29 ◦ blue 196

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

Shades of Deep Magenta #C41DC4

Tints of Deep Magenta #C41DC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 46.56%

R = 46.56%
G = 6.89%
B = 46.56%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#C41DC4 (or 0xC41DC4) is known color: Deep Magenta. HEX triplet: C4, 1D and C4. RGB value is (196,29,196). Sum of RGB (Red+Green+Blue) = 196+29+196=421 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.56% from 421); Green value is 29 (11.72% from 255 or 6.89% from 421); Blue value is 196 (76.95% from 255 or 46.56% from 421); Max value from RGB is 196 - color contains mainly: red, blue. Hex color #C41DC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C41DC4 is #3BE23B. Grayscale: #616161. Windows color (decimal): -3924540 or 12852676. OLE color: 12852676.

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

Color convert

RGB 196 29 196 -
CMYK 0 0.85 0 0.23
HSL 300º 0.74% 0.44% -
HSV(B) 300º 0.85% 0.77% -
XYZ 33.17 16.6 53.68 -
YUV 97.97 183.33 197.92 -
System Red Green Blue C M Y K H S L
Decimal 196 29 196 0 0.85 0 0.23 300 0.74 0.44
Hex C4 1D C4 0 55 0 17 12C 4A 2C
Octal 304 35 304 0 125 0 27 454 112 54
Binary 11000100 11101 11000100 0 1010101 0 10111 100101100 1001010 101100

Color Harmonies of #C41DC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41DC4

Black with #C41DC4

Text Example


Text Example

White with #C41DC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41DC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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