Html Css Color HEX #C41ACB Deep Magenta

📋 copy color: '#C41ACB'

red 196 ◦ green 26 ◦ blue 203

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

Shades of Deep Magenta #C41ACB

Tints of Deep Magenta #C41ACB

RGB

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

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

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

R = 46.12%
G = 6.12%
B = 47.76%

CMYK

 C value IS 0.03

 M value IS 0.87

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C41ACB (or 0xC41ACB) is known color: Deep Magenta. HEX triplet: C4, 1A and CB. RGB value is (196,26,203). Sum of RGB (Red+Green+Blue) = 196+26+203=425 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.12% from 425); Green value is 26 (10.55% from 255 or 6.12% from 425); Blue value is 203 (79.69% from 255 or 47.76% from 425); Max value from RGB is 203 - color contains mainly: blue. Hex color #C41ACB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C41ACB is #3BE534. Grayscale: #606060. Windows color (decimal): -3925301 or 13310660. OLE color: 13310660.

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

Color convert

RGB 196 26 203 -
CMYK 0.03 0.87 0 0.20
HSL 297.63º 0.77% 0.45% -
HSV(B) 297.63º 0.87% 0.8% -
XYZ 33.91 16.79 57.95 -
YUV 97.01 187.82 198.61 -
System Red Green Blue C M Y K H S L
Decimal 196 26 203 0.03 0.87 0 0.20 297.63 0.77 0.45
Hex C4 1A CB 3 57 0 14 12A 4D 2D
Octal 304 32 313 3 127 0 24 452 115 55
Binary 11000100 11010 11001011 11 1010111 0 10100 100101010 1001101 101101

Color Harmonies of #C41ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41ACB

Black with #C41ACB

Text Example


Text Example

White with #C41ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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