Html Css Color HEX #C41ACE Deep Magenta

📋 copy color: '#C41ACE'

red 196 ◦ green 26 ◦ blue 206

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

Shades of Deep Magenta #C41ACE

Tints of Deep Magenta #C41ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 48.13%

R = 45.79%
G = 6.07%
B = 48.13%

CMYK

 C value IS 0.05

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C41ACE (or 0xC41ACE) is known color: Deep Magenta. HEX triplet: C4, 1A and CE. RGB value is (196,26,206). Sum of RGB (Red+Green+Blue) = 196+26+206=428 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.79% from 428); Green value is 26 (10.55% from 255 or 6.07% from 428); Blue value is 206 (80.86% from 255 or 48.13% from 428); Max value from RGB is 206 - color contains mainly: blue. Hex color #C41ACE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C41ACE is #3BE531. Grayscale: #606060. Windows color (decimal): -3925298 or 13507268. OLE color: 13507268.

HSL color Cylindrical-coordinate representation of color #C41ACE: hue angle of 296.67º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C41ACE is Cyan = 0.05, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 196 26 206 -
CMYK 0.05 0.87 0 0.19
HSL 296.67º 0.78% 0.45% -
HSV(B) 296.67º 0.87% 0.81% -
XYZ 34.27 16.93 59.85 -
YUV 97.35 189.32 198.36 -
System Red Green Blue C M Y K H S L
Decimal 196 26 206 0.05 0.87 0 0.19 296.67 0.78 0.45
Hex C4 1A CE 5 57 0 13 129 4E 2D
Octal 304 32 316 5 127 0 23 451 116 55
Binary 11000100 11010 11001110 101 1010111 0 10011 100101001 1001110 101101

Color Harmonies of #C41ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41ACE

Black with #C41ACE

Text Example


Text Example

White with #C41ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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