Html Css Color HEX #C401BB Deep Magenta

📋 copy color: '#C401BB'

red 196 ◦ green 1 ◦ blue 187

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

Shades of Deep Magenta #C401BB

Tints of Deep Magenta #C401BB

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.26%

 BLUE value IS 187 (73.44% from 255) = 48.7%

R = 51.04%
G = 0.26%
B = 48.7%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C401BB (or 0xC401BB) is known color: Deep Magenta. HEX triplet: C4, 01 and BB. RGB value is (196,1,187). Sum of RGB (Red+Green+Blue) = 196+1+187=384 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.04% from 384); Green value is 1 (0.78% from 255 or 0.26% from 384); Blue value is 187 (73.44% from 255 or 48.70% from 384); Max value from RGB is 196 - color contains mainly: red. Hex color #C401BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C401BB is #3BFE44. Grayscale: #4F4F4F. Windows color (decimal): -3931717 or 12255684. OLE color: 12255684.

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

Color convert

RGB 196 1 187 -
CMYK 0 0.99 0.05 0.23
HSL 302.77º 0.99% 0.39% -
HSV(B) 302.77º 0.99% 0.77% -
XYZ 31.75 15.35 48.3 -
YUV 80.51 188.1 210.38 -
System Red Green Blue C M Y K H S L
Decimal 196 1 187 0 0.99 0.05 0.23 302.77 0.99 0.39
Hex C4 1 BB 0 63 5 17 12F 63 27
Octal 304 1 273 0 143 5 27 457 143 47
Binary 11000100 1 10111011 0 1100011 101 10111 100101111 1100011 100111

Color Harmonies of #C401BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C401BB

Black with #C401BB

Text Example


Text Example

White with #C401BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C401BB; }

 p { color: rgb(196,1,187); }

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

background-color css

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

 a { background-color: rgb(196,1,187); }

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

border-color css

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

 span { border-color: rgb(196,1,187); }

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