Html Css Color HEX #C410B1 Deep Magenta

📋 copy color: '#C410B1'

red 196 ◦ green 16 ◦ blue 177

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

Shades of Deep Magenta #C410B1

Tints of Deep Magenta #C410B1

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.11%

 BLUE value IS 177 (69.53% from 255) = 45.5%

R = 50.39%
G = 4.11%
B = 45.5%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.10

 K value IS 0.23

RGB Variations

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

Color information

#C410B1 (or 0xC410B1) is known color: Deep Magenta. HEX triplet: C4, 10 and B1. RGB value is (196,16,177). Sum of RGB (Red+Green+Blue) = 196+16+177=389 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.39% from 389); Green value is 16 (6.64% from 255 or 4.11% from 389); Blue value is 177 (69.53% from 255 or 45.50% from 389); Max value from RGB is 196 - color contains mainly: red. Hex color #C410B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C410B1 is #3BEF4E. Grayscale: #575757. Windows color (decimal): -3927887 or 11604164. OLE color: 11604164.

HSL color Cylindrical-coordinate representation of color #C410B1: hue angle of 306.33º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C410B1 is Cyan = 0, Magento = 0.92, Yellow = 0.10 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 16 177 -
CMYK 0 0.92 0.10 0.23
HSL 306.33º 0.85% 0.42% -
HSV(B) 306.33º 0.92% 0.77% -
XYZ 30.89 15.28 42.92 -
YUV 88.17 178.13 204.91 -
System Red Green Blue C M Y K H S L
Decimal 196 16 177 0 0.92 0.10 0.23 306.33 0.85 0.42
Hex C4 10 B1 0 5C A 17 132 55 2A
Octal 304 20 261 0 134 12 27 462 125 52
Binary 11000100 10000 10110001 0 1011100 1010 10111 100110010 1010101 101010

Color Harmonies of #C410B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C410B1

Black with #C410B1

Text Example


Text Example

White with #C410B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C410B1; }

 p { color: rgb(196,16,177); }

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

background-color css

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

 a { background-color: rgb(196,16,177); }

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

border-color css

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

 span { border-color: rgb(196,16,177); }

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