Html Css Color HEX #C41AC8 Deep Magenta

📋 copy color: '#C41AC8'

red 196 ◦ green 26 ◦ blue 200

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

Shades of Deep Magenta #C41AC8

Tints of Deep Magenta #C41AC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 47.39%

R = 46.45%
G = 6.16%
B = 47.39%

CMYK

 C value IS 0.02

 M value IS 0.87

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C41AC8 (or 0xC41AC8) is known color: Deep Magenta. HEX triplet: C4, 1A and C8. RGB value is (196,26,200). Sum of RGB (Red+Green+Blue) = 196+26+200=422 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.45% from 422); Green value is 26 (10.55% from 255 or 6.16% from 422); Blue value is 200 (78.52% from 255 or 47.39% from 422); Max value from RGB is 200 - color contains mainly: blue. Hex color #C41AC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C41AC8 is #3BE537. Grayscale: #606060. Windows color (decimal): -3925304 or 13114052. OLE color: 13114052.

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

Color convert

RGB 196 26 200 -
CMYK 0.02 0.87 0 0.22
HSL 298.62º 0.77% 0.44% -
HSV(B) 298.62º 0.87% 0.78% -
XYZ 33.56 16.64 56.09 -
YUV 96.67 186.32 198.85 -
System Red Green Blue C M Y K H S L
Decimal 196 26 200 0.02 0.87 0 0.22 298.62 0.77 0.44
Hex C4 1A C8 2 57 0 16 12B 4D 2C
Octal 304 32 310 2 127 0 26 453 115 54
Binary 11000100 11010 11001000 10 1010111 0 10110 100101011 1001101 101100

Color Harmonies of #C41AC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41AC8

Black with #C41AC8

Text Example


Text Example

White with #C41AC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41AC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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