Html Css Color HEX #C41ACC Deep Magenta

📋 copy color: '#C41ACC'

red 196 ◦ green 26 ◦ blue 204

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

Shades of Deep Magenta #C41ACC

Tints of Deep Magenta #C41ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 47.89%

R = 46.01%
G = 6.1%
B = 47.89%

CMYK

 C value IS 0.04

 M value IS 0.87

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C41ACC (or 0xC41ACC) is known color: Deep Magenta. HEX triplet: C4, 1A and CC. RGB value is (196,26,204). Sum of RGB (Red+Green+Blue) = 196+26+204=426 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.01% from 426); Green value is 26 (10.55% from 255 or 6.10% from 426); Blue value is 204 (80.08% from 255 or 47.89% from 426); Max value from RGB is 204 - color contains mainly: blue. Hex color #C41ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C41ACC is #3BE533. Grayscale: #606060. Windows color (decimal): -3925300 or 13376196. OLE color: 13376196.

HSL color Cylindrical-coordinate representation of color #C41ACC: hue angle of 297.3º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C41ACC is Cyan = 0.04, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 196 26 204 -
CMYK 0.04 0.87 0 0.2
HSL 297.3º 0.77% 0.45% -
HSV(B) 297.3º 0.87% 0.8% -
XYZ 34.03 16.83 58.58 -
YUV 97.12 188.32 198.53 -
System Red Green Blue C M Y K H S L
Decimal 196 26 204 0.04 0.87 0 0.2 297.3 0.77 0.45
Hex C4 1A CC 4 57 0 14 129 4D 2D
Octal 304 32 314 4 127 0 24 451 115 55
Binary 11000100 11010 11001100 100 1010111 0 10100 100101001 1001101 101101

Color Harmonies of #C41ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41ACC

Black with #C41ACC

Text Example


Text Example

White with #C41ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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