Html Css Color HEX #C408BC Deep Magenta

📋 copy color: '#C408BC'

red 196 ◦ green 8 ◦ blue 188

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

Shades of Deep Magenta #C408BC

Tints of Deep Magenta #C408BC

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.04%

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

R = 50%
G = 2.04%
B = 47.96%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C408BC (or 0xC408BC) is known color: Deep Magenta. HEX triplet: C4, 08 and BC. RGB value is (196,8,188). Sum of RGB (Red+Green+Blue) = 196+8+188=392 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50% from 392); Green value is 8 (3.52% from 255 or 2.04% from 392); Blue value is 188 (73.83% from 255 or 47.96% from 392); Max value from RGB is 196 - color contains mainly: red. Hex color #C408BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C408BC is #3BF743. Grayscale: #545454. Windows color (decimal): -3929924 or 12323012. OLE color: 12323012.

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

Color convert

RGB 196 8 188 -
CMYK 0 0.96 0.04 0.23
HSL 302.55º 0.92% 0.4% -
HSV(B) 302.55º 0.96% 0.77% -
XYZ 31.93 15.54 48.89 -
YUV 84.73 186.28 207.36 -
System Red Green Blue C M Y K H S L
Decimal 196 8 188 0 0.96 0.04 0.23 302.55 0.92 0.4
Hex C4 8 BC 0 60 4 17 12F 5C 28
Octal 304 10 274 0 140 4 27 457 134 50
Binary 11000100 1000 10111100 0 1100000 100 10111 100101111 1011100 101000

Color Harmonies of #C408BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C408BC

Black with #C408BC

Text Example


Text Example

White with #C408BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C408BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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