Html Css Color HEX #C41CAD Deep Magenta

📋 copy color: '#C41CAD'

red 196 ◦ green 28 ◦ blue 173

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

Shades of Deep Magenta #C41CAD

Tints of Deep Magenta #C41CAD

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.05%

 BLUE value IS 173 (67.97% from 255) = 43.58%

R = 49.37%
G = 7.05%
B = 43.58%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C41CAD (or 0xC41CAD) is known color: Deep Magenta. HEX triplet: C4, 1C and AD. RGB value is (196,28,173). Sum of RGB (Red+Green+Blue) = 196+28+173=397 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.37% from 397); Green value is 28 (11.33% from 255 or 7.05% from 397); Blue value is 173 (67.97% from 255 or 43.58% from 397); Max value from RGB is 196 - color contains mainly: red. Hex color #C41CAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C41CAD is #3BE352. Grayscale: #5E5E5E. Windows color (decimal): -3924819 or 11345092. OLE color: 11345092.

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

Color convert

RGB 196 28 173 -
CMYK 0 0.86 0.12 0.23
HSL 308.21º 0.75% 0.44% -
HSV(B) 308.21º 0.86% 0.77% -
XYZ 30.72 15.58 40.92 -
YUV 94.76 172.16 200.21 -
System Red Green Blue C M Y K H S L
Decimal 196 28 173 0 0.86 0.12 0.23 308.21 0.75 0.44
Hex C4 1C AD 0 56 C 17 134 4B 2C
Octal 304 34 255 0 126 14 27 464 113 54
Binary 11000100 11100 10101101 0 1010110 1100 10111 100110100 1001011 101100

Color Harmonies of #C41CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41CAD

Black with #C41CAD

Text Example


Text Example

White with #C41CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41CAD; }

 p { color: rgb(196,28,173); }

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

background-color css

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

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

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

border-color css

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

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

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