Html Css Color HEX #C400BB Deep Magenta

📋 copy color: '#C400BB'

red 196 ◦ green 0 ◦ blue 187

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

Shades of Deep Magenta #C400BB

Tints of Deep Magenta #C400BB

RGB

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

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

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

R = 51.17%
G = 0%
B = 48.83%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C400BB (or 0xC400BB) is known color: Deep Magenta. HEX triplet: C4, 00 and BB. RGB value is (196,0,187). Sum of RGB (Red+Green+Blue) = 196+0+187=383 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.17% from 383); Green value is 0 (0.39% from 255 or 0% from 383); Blue value is 187 (73.44% from 255 or 48.83% from 383); Max value from RGB is 196 - color contains mainly: red. Hex color #C400BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C400BB is #3BFF44. Grayscale: #4F4F4F. Windows color (decimal): -3931973 or 12255428. OLE color: 12255428.

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

Color convert

RGB 196 0 187 -
CMYK 0 1 0.05 0.23
HSL 302.76º 1% 0.38% -
HSV(B) 302.76º 1% 0.77% -
XYZ 31.73 15.32 48.3 -
YUV 79.92 188.43 210.79 -
System Red Green Blue C M Y K H S L
Decimal 196 0 187 0 1 0.05 0.23 302.76 1 0.38
Hex C4 0 BB 0 64 5 17 12F 64 26
Octal 304 0 273 0 144 5 27 457 144 46
Binary 11000100 0 10111011 0 1100100 101 10111 100101111 1100100 100110

Color Harmonies of #C400BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C400BB

Black with #C400BB

Text Example


Text Example

White with #C400BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C400BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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