Html Css Color HEX #C41AD0 Deep Magenta

📋 copy color: '#C41AD0'

red 196 ◦ green 26 ◦ blue 208

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

Shades of Deep Magenta #C41AD0

Tints of Deep Magenta #C41AD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 48.37%

R = 45.58%
G = 6.05%
B = 48.37%

CMYK

 C value IS 0.06

 M value IS 0.88

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C41AD0 (or 0xC41AD0) is known color: Deep Magenta. HEX triplet: C4, 1A and D0. RGB value is (196,26,208). Sum of RGB (Red+Green+Blue) = 196+26+208=430 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.58% from 430); Green value is 26 (10.55% from 255 or 6.05% from 430); Blue value is 208 (81.64% from 255 or 48.37% from 430); Max value from RGB is 208 - color contains mainly: blue. Hex color #C41AD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C41AD0 is #3BE52F. Grayscale: #616161. Windows color (decimal): -3925296 or 13638340. OLE color: 13638340.

HSL color Cylindrical-coordinate representation of color #C41AD0: hue angle of 296.04º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C41AD0 is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 196 26 208 -
CMYK 0.06 0.88 0 0.18
HSL 296.04º 0.78% 0.46% -
HSV(B) 296.04º 0.88% 0.82% -
XYZ 34.52 17.03 61.14 -
YUV 97.58 190.32 198.2 -
System Red Green Blue C M Y K H S L
Decimal 196 26 208 0.06 0.88 0 0.18 296.04 0.78 0.46
Hex C4 1A D0 6 58 0 12 128 4E 2E
Octal 304 32 320 6 130 0 22 450 116 56
Binary 11000100 11010 11010000 110 1011000 0 10010 100101000 1001110 101110

Color Harmonies of #C41AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41AD0

Black with #C41AD0

Text Example


Text Example

White with #C41AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41AD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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