Html Css Color HEX #C406DA Deep Magenta

📋 copy color: '#C406DA'

red 196 ◦ green 6 ◦ blue 218

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

Shades of Deep Magenta #C406DA

Tints of Deep Magenta #C406DA

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.43%

 BLUE value IS 218 (85.55% from 255) = 51.9%

R = 46.67%
G = 1.43%
B = 51.9%

CMYK

 C value IS 0.10

 M value IS 0.97

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C406DA (or 0xC406DA) is known color: Deep Magenta. HEX triplet: C4, 06 and DA. RGB value is (196,6,218). Sum of RGB (Red+Green+Blue) = 196+6+218=420 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.67% from 420); Green value is 6 (2.73% from 255 or 1.43% from 420); Blue value is 218 (85.55% from 255 or 51.90% from 420); Max value from RGB is 218 - color contains mainly: blue. Hex color #C406DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C406DA is #3BF925. Grayscale: #565656. Windows color (decimal): -3930406 or 14288580. OLE color: 14288580.

HSL color Cylindrical-coordinate representation of color #C406DA: hue angle of 293.77º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C406DA is Cyan = 0.10, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 196 6 218 -
CMYK 0.10 0.97 0 0.15
HSL 293.77º 0.95% 0.44% -
HSV(B) 293.77º 0.97% 0.85% -
XYZ 35.48 16.93 67.73 -
YUV 86.98 201.95 205.76 -
System Red Green Blue C M Y K H S L
Decimal 196 6 218 0.10 0.97 0 0.15 293.77 0.95 0.44
Hex C4 6 DA A 61 0 F 126 5F 2C
Octal 304 6 332 12 141 0 17 446 137 54
Binary 11000100 110 11011010 1010 1100001 0 1111 100100110 1011111 101100

Color Harmonies of #C406DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C406DA

Black with #C406DA

Text Example


Text Example

White with #C406DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C406DA; }

 p { color: rgb(196,6,218); }

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

background-color css

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

 a { background-color: rgb(196,6,218); }

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

border-color css

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

 span { border-color: rgb(196,6,218); }

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