Html Css Color HEX #C41AC2 Deep Magenta

📋 copy color: '#C41AC2'

red 196 ◦ green 26 ◦ blue 194

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

Shades of Deep Magenta #C41AC2

Tints of Deep Magenta #C41AC2

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.25%

 BLUE value IS 194 (76.17% from 255) = 46.63%

R = 47.12%
G = 6.25%
B = 46.63%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.01

 K value IS 0.23

RGB Variations

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

Color information

#C41AC2 (or 0xC41AC2) is known color: Deep Magenta. HEX triplet: C4, 1A and C2. RGB value is (196,26,194). Sum of RGB (Red+Green+Blue) = 196+26+194=416 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.12% from 416); Green value is 26 (10.55% from 255 or 6.25% from 416); Blue value is 194 (76.17% from 255 or 46.63% from 416); Max value from RGB is 196 - color contains mainly: red. Hex color #C41AC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C41AC2 is #3BE53D. Grayscale: #5F5F5F. Windows color (decimal): -3925310 or 12720836. OLE color: 12720836.

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

Color convert

RGB 196 26 194 -
CMYK 0 0.87 0.01 0.23
HSL 300.71º 0.77% 0.44% -
HSV(B) 300.71º 0.87% 0.77% -
XYZ 32.87 16.37 52.47 -
YUV 95.98 183.32 199.34 -
System Red Green Blue C M Y K H S L
Decimal 196 26 194 0 0.87 0.01 0.23 300.71 0.77 0.44
Hex C4 1A C2 0 57 1 17 12D 4D 2C
Octal 304 32 302 0 127 1 27 455 115 54
Binary 11000100 11010 11000010 0 1010111 1 10111 100101101 1001101 101100

Color Harmonies of #C41AC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41AC2

Black with #C41AC2

Text Example


Text Example

White with #C41AC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41AC2; }

 p { color: rgb(196,26,194); }

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

background-color css

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

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

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

border-color css

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

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

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