Html Css Color HEX #C41ABC Deep Magenta

📋 copy color: '#C41ABC'

red 196 ◦ green 26 ◦ blue 188

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

Shades of Deep Magenta #C41ABC

Tints of Deep Magenta #C41ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 45.85%

R = 47.8%
G = 6.34%
B = 45.85%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C41ABC (or 0xC41ABC) is known color: Deep Magenta. HEX triplet: C4, 1A and BC. RGB value is (196,26,188). Sum of RGB (Red+Green+Blue) = 196+26+188=410 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.80% from 410); Green value is 26 (10.55% from 255 or 6.34% from 410); Blue value is 188 (73.83% from 255 or 45.85% from 410); Max value from RGB is 196 - color contains mainly: red. Hex color #C41ABC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C41ABC is #3BE543. Grayscale: #5E5E5E. Windows color (decimal): -3925316 or 12327620. OLE color: 12327620.

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

Color convert

RGB 196 26 188 -
CMYK 0 0.87 0.04 0.23
HSL 302.82º 0.77% 0.44% -
HSV(B) 302.82º 0.87% 0.77% -
XYZ 32.21 16.11 48.99 -
YUV 95.3 180.32 199.83 -
System Red Green Blue C M Y K H S L
Decimal 196 26 188 0 0.87 0.04 0.23 302.82 0.77 0.44
Hex C4 1A BC 0 57 4 17 12F 4D 2C
Octal 304 32 274 0 127 4 27 457 115 54
Binary 11000100 11010 10111100 0 1010111 100 10111 100101111 1001101 101100

Color Harmonies of #C41ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41ABC

Black with #C41ABC

Text Example


Text Example

White with #C41ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41ABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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