Html Css Color HEX #C404BB Deep Magenta

📋 copy color: '#C404BB'

red 196 ◦ green 4 ◦ blue 187

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

Shades of Deep Magenta #C404BB

Tints of Deep Magenta #C404BB

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.03%

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

R = 50.65%
G = 1.03%
B = 48.32%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C404BB (or 0xC404BB) is known color: Deep Magenta. HEX triplet: C4, 04 and BB. RGB value is (196,4,187). Sum of RGB (Red+Green+Blue) = 196+4+187=387 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.65% from 387); Green value is 4 (1.95% from 255 or 1.03% from 387); Blue value is 187 (73.44% from 255 or 48.32% from 387); Max value from RGB is 196 - color contains mainly: red. Hex color #C404BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C404BB is #3BFB44. Grayscale: #515151. Windows color (decimal): -3930949 or 12256452. OLE color: 12256452.

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

Color convert

RGB 196 4 187 -
CMYK 0 0.98 0.05 0.23
HSL 302.81º 0.96% 0.39% -
HSV(B) 302.81º 0.98% 0.77% -
XYZ 31.78 15.41 48.31 -
YUV 82.27 187.11 209.12 -
System Red Green Blue C M Y K H S L
Decimal 196 4 187 0 0.98 0.05 0.23 302.81 0.96 0.39
Hex C4 4 BB 0 62 5 17 12F 60 27
Octal 304 4 273 0 142 5 27 457 140 47
Binary 11000100 100 10111011 0 1100010 101 10111 100101111 1100000 100111

Color Harmonies of #C404BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C404BB

Black with #C404BB

Text Example


Text Example

White with #C404BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C404BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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