Html Css Color HEX #C41CE0 Deep Magenta

📋 copy color: '#C41CE0'

red 196 ◦ green 28 ◦ blue 224

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

Shades of Deep Magenta #C41CE0

Tints of Deep Magenta #C41CE0

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.25%

 BLUE value IS 224 (87.89% from 255) = 50%

R = 43.75%
G = 6.25%
B = 50%

CMYK

 C value IS 0.12

 M value IS 0.88

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C41CE0 (or 0xC41CE0) is known color: Deep Magenta. HEX triplet: C4, 1C and E0. RGB value is (196,28,224). Sum of RGB (Red+Green+Blue) = 196+28+224=448 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.75% from 448); Green value is 28 (11.33% from 255 or 6.25% from 448); Blue value is 224 (87.89% from 255 or 50% from 448); Max value from RGB is 224 - color contains mainly: blue. Hex color #C41CE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C41CE0 is #3BE31F. Grayscale: #636363. Windows color (decimal): -3924768 or 14687428. OLE color: 14687428.

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

Color convert

RGB 196 28 224 -
CMYK 0.12 0.88 0 0.12
HSL 291.43º 0.78% 0.49% -
HSV(B) 291.43º 0.88% 0.88% -
XYZ 36.63 17.95 72.05 -
YUV 100.58 197.66 196.06 -
System Red Green Blue C M Y K H S L
Decimal 196 28 224 0.12 0.88 0 0.12 291.43 0.78 0.49
Hex C4 1C E0 C 58 0 C 123 4E 31
Octal 304 34 340 14 130 0 14 443 116 61
Binary 11000100 11100 11100000 1100 1011000 0 1100 100100011 1001110 110001

Color Harmonies of #C41CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41CE0

Black with #C41CE0

Text Example


Text Example

White with #C41CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41CE0; }

 p { color: rgb(196,28,224); }

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

background-color css

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

 a { background-color: rgb(196,28,224); }

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

border-color css

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

 span { border-color: rgb(196,28,224); }

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