Html Css Color HEX #C408B6 Deep Magenta

📋 copy color: '#C408B6'

red 196 ◦ green 8 ◦ blue 182

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

Shades of Deep Magenta #C408B6

Tints of Deep Magenta #C408B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 47.15%

R = 50.78%
G = 2.07%
B = 47.15%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.07

 K value IS 0.23

RGB Variations

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

Color information

#C408B6 (or 0xC408B6) is known color: Deep Magenta. HEX triplet: C4, 08 and B6. RGB value is (196,8,182). Sum of RGB (Red+Green+Blue) = 196+8+182=386 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.78% from 386); Green value is 8 (3.52% from 255 or 2.07% from 386); Blue value is 182 (71.48% from 255 or 47.15% from 386); Max value from RGB is 196 - color contains mainly: red. Hex color #C408B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C408B6 is #3BF749. Grayscale: #535353. Windows color (decimal): -3929930 or 11929796. OLE color: 11929796.

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

Color convert

RGB 196 8 182 -
CMYK 0 0.96 0.07 0.23
HSL 304.47º 0.92% 0.4% -
HSV(B) 304.47º 0.96% 0.77% -
XYZ 31.3 15.29 45.56 -
YUV 84.05 183.28 207.85 -
System Red Green Blue C M Y K H S L
Decimal 196 8 182 0 0.96 0.07 0.23 304.47 0.92 0.4
Hex C4 8 B6 0 60 7 17 130 5C 28
Octal 304 10 266 0 140 7 27 460 134 50
Binary 11000100 1000 10110110 0 1100000 111 10111 100110000 1011100 101000

Color Harmonies of #C408B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C408B6

Black with #C408B6

Text Example


Text Example

White with #C408B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C408B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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