Html Css Color HEX #C41ECB Deep Magenta

📋 copy color: '#C41ECB'

red 196 ◦ green 30 ◦ blue 203

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

Shades of Deep Magenta #C41ECB

Tints of Deep Magenta #C41ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 47.32%

R = 45.69%
G = 6.99%
B = 47.32%

CMYK

 C value IS 0.03

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C41ECB (or 0xC41ECB) is known color: Deep Magenta. HEX triplet: C4, 1E and CB. RGB value is (196,30,203). Sum of RGB (Red+Green+Blue) = 196+30+203=429 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.69% from 429); Green value is 30 (12.11% from 255 or 6.99% from 429); Blue value is 203 (79.69% from 255 or 47.32% from 429); Max value from RGB is 203 - color contains mainly: blue. Hex color #C41ECB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C41ECB is #3BE134. Grayscale: #626262. Windows color (decimal): -3924277 or 13311684. OLE color: 13311684.

HSL color Cylindrical-coordinate representation of color #C41ECB: hue angle of 297.57º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C41ECB is Cyan = 0.03, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 196 30 203 -
CMYK 0.03 0.85 0 0.20
HSL 297.57º 0.74% 0.46% -
HSV(B) 297.57º 0.85% 0.8% -
XYZ 34.01 16.98 57.98 -
YUV 99.36 186.5 196.93 -
System Red Green Blue C M Y K H S L
Decimal 196 30 203 0.03 0.85 0 0.20 297.57 0.74 0.46
Hex C4 1E CB 3 55 0 14 12A 4A 2E
Octal 304 36 313 3 125 0 24 452 112 56
Binary 11000100 11110 11001011 11 1010101 0 10100 100101010 1001010 101110

Color Harmonies of #C41ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41ECB

Black with #C41ECB

Text Example


Text Example

White with #C41ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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