Html Css Color HEX #C408BE Deep Magenta

📋 copy color: '#C408BE'

red 196 ◦ green 8 ◦ blue 190

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

Shades of Deep Magenta #C408BE

Tints of Deep Magenta #C408BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 48.22%

R = 49.75%
G = 2.03%
B = 48.22%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.03

 K value IS 0.23

RGB Variations

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

Color information

#C408BE (or 0xC408BE) is known color: Deep Magenta. HEX triplet: C4, 08 and BE. RGB value is (196,8,190). Sum of RGB (Red+Green+Blue) = 196+8+190=394 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.75% from 394); Green value is 8 (3.52% from 255 or 2.03% from 394); Blue value is 190 (74.61% from 255 or 48.22% from 394); Max value from RGB is 196 - color contains mainly: red. Hex color #C408BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C408BE is #3BF741. Grayscale: #545454. Windows color (decimal): -3929922 or 12454084. OLE color: 12454084.

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

Color convert

RGB 196 8 190 -
CMYK 0 0.96 0.03 0.23
HSL 301.91º 0.92% 0.4% -
HSV(B) 301.91º 0.96% 0.77% -
XYZ 32.15 15.63 50.04 -
YUV 84.96 187.28 207.2 -
System Red Green Blue C M Y K H S L
Decimal 196 8 190 0 0.96 0.03 0.23 301.91 0.92 0.4
Hex C4 8 BE 0 60 3 17 12E 5C 28
Octal 304 10 276 0 140 3 27 456 134 50
Binary 11000100 1000 10111110 0 1100000 11 10111 100101110 1011100 101000

Color Harmonies of #C408BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C408BE

Black with #C408BE

Text Example


Text Example

White with #C408BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C408BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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