Html Css Color HEX #C400BF Deep Magenta

📋 copy color: '#C400BF'

red 196 ◦ green 0 ◦ blue 191

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

Shades of Deep Magenta #C400BF

Tints of Deep Magenta #C400BF

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 191 (75% from 255) = 49.35%

R = 50.65%
G = 0%
B = 49.35%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.03

 K value IS 0.23

RGB Variations

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

Color information

#C400BF (or 0xC400BF) is known color: Deep Magenta. HEX triplet: C4, 00 and BF. RGB value is (196,0,191). Sum of RGB (Red+Green+Blue) = 196+0+191=387 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.65% from 387); Green value is 0 (0.39% from 255 or 0% from 387); Blue value is 191 (75% from 255 or 49.35% from 387); Max value from RGB is 196 - color contains mainly: red. Hex color #C400BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C400BF is #3BFF40. Grayscale: #4F4F4F. Windows color (decimal): -3931969 or 12517572. OLE color: 12517572.

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

Color convert

RGB 196 0 191 -
CMYK 0 1 0.03 0.23
HSL 301.53º 1% 0.38% -
HSV(B) 301.53º 1% 0.77% -
XYZ 32.17 15.5 50.59 -
YUV 80.38 190.43 210.47 -
System Red Green Blue C M Y K H S L
Decimal 196 0 191 0 1 0.03 0.23 301.53 1 0.38
Hex C4 0 BF 0 64 3 17 12E 64 26
Octal 304 0 277 0 144 3 27 456 144 46
Binary 11000100 0 10111111 0 1100100 11 10111 100101110 1100100 100110

Color Harmonies of #C400BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C400BF

Black with #C400BF

Text Example


Text Example

White with #C400BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C400BF; }

 p { color: rgb(196,0,191); }

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

background-color css

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

 a { background-color: rgb(196,0,191); }

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

border-color css

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

 span { border-color: rgb(196,0,191); }

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