Html Css Color HEX #C41DAF Deep Magenta

📋 copy color: '#C41DAF'

red 196 ◦ green 29 ◦ blue 175

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

Shades of Deep Magenta #C41DAF

Tints of Deep Magenta #C41DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 43.75%

R = 49%
G = 7.25%
B = 43.75%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C41DAF (or 0xC41DAF) is known color: Deep Magenta. HEX triplet: C4, 1D and AF. RGB value is (196,29,175). Sum of RGB (Red+Green+Blue) = 196+29+175=400 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49% from 400); Green value is 29 (11.72% from 255 or 7.25% from 400); Blue value is 175 (68.75% from 255 or 43.75% from 400); Max value from RGB is 196 - color contains mainly: red. Hex color #C41DAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C41DAF is #3BE250. Grayscale: #5F5F5F. Windows color (decimal): -3924561 or 11476420. OLE color: 11476420.

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

Color convert

RGB 196 29 175 -
CMYK 0 0.85 0.11 0.23
HSL 307.54º 0.74% 0.44% -
HSV(B) 307.54º 0.85% 0.77% -
XYZ 30.94 15.71 41.96 -
YUV 95.58 172.83 199.63 -
System Red Green Blue C M Y K H S L
Decimal 196 29 175 0 0.85 0.11 0.23 307.54 0.74 0.44
Hex C4 1D AF 0 55 B 17 134 4A 2C
Octal 304 35 257 0 125 13 27 464 112 54
Binary 11000100 11101 10101111 0 1010101 1011 10111 100110100 1001010 101100

Color Harmonies of #C41DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41DAF

Black with #C41DAF

Text Example


Text Example

White with #C41DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41DAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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