Html Css Color HEX #C404BC Deep Magenta

📋 copy color: '#C404BC'

red 196 ◦ green 4 ◦ blue 188

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

Shades of Deep Magenta #C404BC

Tints of Deep Magenta #C404BC

RGB

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

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

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

R = 50.52%
G = 1.03%
B = 48.45%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C404BC (or 0xC404BC) is known color: Deep Magenta. HEX triplet: C4, 04 and BC. RGB value is (196,4,188). Sum of RGB (Red+Green+Blue) = 196+4+188=388 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.52% from 388); Green value is 4 (1.95% from 255 or 1.03% from 388); Blue value is 188 (73.83% from 255 or 48.45% from 388); Max value from RGB is 196 - color contains mainly: red. Hex color #C404BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C404BC is #3BFB43. Grayscale: #515151. Windows color (decimal): -3930948 or 12321988. OLE color: 12321988.

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

Color convert

RGB 196 4 188 -
CMYK 0 0.98 0.04 0.23
HSL 302.5º 0.96% 0.39% -
HSV(B) 302.5º 0.98% 0.77% -
XYZ 31.89 15.45 48.88 -
YUV 82.38 187.61 209.04 -
System Red Green Blue C M Y K H S L
Decimal 196 4 188 0 0.98 0.04 0.23 302.5 0.96 0.39
Hex C4 4 BC 0 62 4 17 12E 60 27
Octal 304 4 274 0 142 4 27 456 140 47
Binary 11000100 100 10111100 0 1100010 100 10111 100101110 1100000 100111

Color Harmonies of #C404BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C404BC

Black with #C404BC

Text Example


Text Example

White with #C404BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C404BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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