Html Css Color HEX #C41EC7 Deep Magenta

📋 copy color: '#C41EC7'

red 196 ◦ green 30 ◦ blue 199

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

Shades of Deep Magenta #C41EC7

Tints of Deep Magenta #C41EC7

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.06%

 BLUE value IS 199 (78.13% from 255) = 46.82%

R = 46.12%
G = 7.06%
B = 46.82%

CMYK

 C value IS 0.02

 M value IS 0.85

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C41EC7 (or 0xC41EC7) is known color: Deep Magenta. HEX triplet: C4, 1E and C7. RGB value is (196,30,199). Sum of RGB (Red+Green+Blue) = 196+30+199=425 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.12% from 425); Green value is 30 (12.11% from 255 or 7.06% from 425); Blue value is 199 (78.12% from 255 or 46.82% from 425); Max value from RGB is 199 - color contains mainly: blue. Hex color #C41EC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C41EC7 is #3BE138. Grayscale: #626262. Windows color (decimal): -3924281 or 13049540. OLE color: 13049540.

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

Color convert

RGB 196 30 199 -
CMYK 0.02 0.85 0 0.22
HSL 298.93º 0.74% 0.45% -
HSV(B) 298.93º 0.85% 0.78% -
XYZ 33.54 16.79 55.51 -
YUV 98.9 184.5 197.26 -
System Red Green Blue C M Y K H S L
Decimal 196 30 199 0.02 0.85 0 0.22 298.93 0.74 0.45
Hex C4 1E C7 2 55 0 16 12B 4A 2D
Octal 304 36 307 2 125 0 26 453 112 55
Binary 11000100 11110 11000111 10 1010101 0 10110 100101011 1001010 101101

Color Harmonies of #C41EC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41EC7

Black with #C41EC7

Text Example


Text Example

White with #C41EC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41EC7; }

 p { color: rgb(196,30,199); }

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

background-color css

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

 a { background-color: rgb(196,30,199); }

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

border-color css

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

 span { border-color: rgb(196,30,199); }

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