Html Css Color HEX #C401BC Deep Magenta

📋 copy color: '#C401BC'

red 196 ◦ green 1 ◦ blue 188

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

Shades of Deep Magenta #C401BC

Tints of Deep Magenta #C401BC

RGB

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

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

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

R = 50.91%
G = 0.26%
B = 48.83%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C401BC (or 0xC401BC) is known color: Deep Magenta. HEX triplet: C4, 01 and BC. RGB value is (196,1,188). Sum of RGB (Red+Green+Blue) = 196+1+188=385 (50% of max value = 765). Red value is 196 (76.95% from 255 or 50.91% from 385); Green value is 1 (0.78% from 255 or 0.26% from 385); Blue value is 188 (73.83% from 255 or 48.83% from 385); Max value from RGB is 196 - color contains mainly: red. Hex color #C401BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C401BC is #3BFE43. Grayscale: #505050. Windows color (decimal): -3931716 or 12321220. OLE color: 12321220.

HSL color Cylindrical-coordinate representation of color #C401BC: hue angle of 302.46º 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 #C401BC is Cyan = 0, Magento = 0.99, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 1 188 -
CMYK 0 0.99 0.04 0.23
HSL 302.46º 0.99% 0.39% -
HSV(B) 302.46º 0.99% 0.77% -
XYZ 31.85 15.39 48.87 -
YUV 80.62 188.6 210.29 -
System Red Green Blue C M Y K H S L
Decimal 196 1 188 0 0.99 0.04 0.23 302.46 0.99 0.39
Hex C4 1 BC 0 63 4 17 12E 63 27
Octal 304 1 274 0 143 4 27 456 143 47
Binary 11000100 1 10111100 0 1100011 100 10111 100101110 1100011 100111

Color Harmonies of #C401BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C401BC

Black with #C401BC

Text Example


Text Example

White with #C401BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C401BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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