Html Css Color HEX #C408D7 Deep Magenta

📋 copy color: '#C408D7'

red 196 ◦ green 8 ◦ blue 215

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

Shades of Deep Magenta #C408D7

Tints of Deep Magenta #C408D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 51.31%

R = 46.78%
G = 1.91%
B = 51.31%

CMYK

 C value IS 0.09

 M value IS 0.96

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C408D7 (or 0xC408D7) is known color: Deep Magenta. HEX triplet: C4, 08 and D7. RGB value is (196,8,215). Sum of RGB (Red+Green+Blue) = 196+8+215=419 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.78% from 419); Green value is 8 (3.52% from 255 or 1.91% from 419); Blue value is 215 (84.38% from 255 or 51.31% from 419); Max value from RGB is 215 - color contains mainly: blue. Hex color #C408D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C408D7 is #3BF728. Grayscale: #575757. Windows color (decimal): -3929897 or 14092484. OLE color: 14092484.

HSL color Cylindrical-coordinate representation of color #C408D7: hue angle of 294.49º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C408D7 is Cyan = 0.09, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 196 8 215 -
CMYK 0.09 0.96 0 0.16
HSL 294.49º 0.93% 0.44% -
HSV(B) 294.49º 0.96% 0.84% -
XYZ 35.12 16.82 65.68 -
YUV 87.81 199.78 205.17 -
System Red Green Blue C M Y K H S L
Decimal 196 8 215 0.09 0.96 0 0.16 294.49 0.93 0.44
Hex C4 8 D7 9 60 0 10 126 5D 2C
Octal 304 10 327 11 140 0 20 446 135 54
Binary 11000100 1000 11010111 1001 1100000 0 10000 100100110 1011101 101100

Color Harmonies of #C408D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C408D7

Black with #C408D7

Text Example


Text Example

White with #C408D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C408D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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