Html Css Color HEX #C406BC Deep Magenta

📋 copy color: '#C406BC'

red 196 ◦ green 6 ◦ blue 188

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

Shades of Deep Magenta #C406BC

Tints of Deep Magenta #C406BC

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.54%

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

R = 50.26%
G = 1.54%
B = 48.21%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C406BC (or 0xC406BC) is known color: Deep Magenta. HEX triplet: C4, 06 and BC. RGB value is (196,6,188). Sum of RGB (Red+Green+Blue) = 196+6+188=390 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.26% from 390); Green value is 6 (2.73% from 255 or 1.54% from 390); Blue value is 188 (73.83% from 255 or 48.21% from 390); Max value from RGB is 196 - color contains mainly: red. Hex color #C406BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C406BC is #3BF943. Grayscale: #535353. Windows color (decimal): -3930436 or 12322500. OLE color: 12322500.

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

Color convert

RGB 196 6 188 -
CMYK 0 0.97 0.04 0.23
HSL 302.53º 0.94% 0.4% -
HSV(B) 302.53º 0.97% 0.77% -
XYZ 31.91 15.5 48.89 -
YUV 83.56 186.95 208.2 -
System Red Green Blue C M Y K H S L
Decimal 196 6 188 0 0.97 0.04 0.23 302.53 0.94 0.4
Hex C4 6 BC 0 61 4 17 12F 5E 28
Octal 304 6 274 0 141 4 27 457 136 50
Binary 11000100 110 10111100 0 1100001 100 10111 100101111 1011110 101000

Color Harmonies of #C406BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C406BC

Black with #C406BC

Text Example


Text Example

White with #C406BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C406BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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