Html Css Color HEX #C408B3 Deep Magenta

📋 copy color: '#C408B3'

red 196 ◦ green 8 ◦ blue 179

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

Shades of Deep Magenta #C408B3

Tints of Deep Magenta #C408B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 46.74%

R = 51.17%
G = 2.09%
B = 46.74%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.09

 K value IS 0.23

RGB Variations

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

Color information

#C408B3 (or 0xC408B3) is known color: Deep Magenta. HEX triplet: C4, 08 and B3. RGB value is (196,8,179). Sum of RGB (Red+Green+Blue) = 196+8+179=383 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.17% from 383); Green value is 8 (3.52% from 255 or 2.09% from 383); Blue value is 179 (70.31% from 255 or 46.74% from 383); Max value from RGB is 196 - color contains mainly: red. Hex color #C408B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C408B3 is #3BF74C. Grayscale: #535353. Windows color (decimal): -3929933 or 11733188. OLE color: 11733188.

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

Color convert

RGB 196 8 179 -
CMYK 0 0.96 0.09 0.23
HSL 305.43º 0.92% 0.4% -
HSV(B) 305.43º 0.96% 0.77% -
XYZ 30.99 15.16 43.94 -
YUV 83.71 181.78 208.1 -
System Red Green Blue C M Y K H S L
Decimal 196 8 179 0 0.96 0.09 0.23 305.43 0.92 0.4
Hex C4 8 B3 0 60 9 17 131 5C 28
Octal 304 10 263 0 140 11 27 461 134 50
Binary 11000100 1000 10110011 0 1100000 1001 10111 100110001 1011100 101000

Color Harmonies of #C408B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C408B3

Black with #C408B3

Text Example


Text Example

White with #C408B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C408B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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