Html Css Color HEX #C206DC Deep Magenta

📋 copy color: '#C206DC'

red 194 ◦ green 6 ◦ blue 220

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

Shades of Deep Magenta #C206DC

Tints of Deep Magenta #C206DC

RGB

 RED value IS 194 (76.17% from 255) = 46.19%

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

 BLUE value IS 220 (86.33% from 255) = 52.38%

R = 46.19%
G = 1.43%
B = 52.38%

CMYK

 C value IS 0.12

 M value IS 0.97

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C206DC (or 0xC206DC) is known color: Deep Magenta. HEX triplet: C2, 06 and DC. RGB value is (194,6,220). Sum of RGB (Red+Green+Blue) = 194+6+220=420 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.19% from 420); Green value is 6 (2.73% from 255 or 1.43% from 420); Blue value is 220 (86.33% from 255 or 52.38% from 420); Max value from RGB is 220 - color contains mainly: blue. Hex color #C206DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C206DC is #3DF923. Grayscale: #555555. Windows color (decimal): -4061476 or 14419650. OLE color: 14419650.

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

Color convert

RGB 194 6 220 -
CMYK 0.12 0.97 0 0.14
HSL 292.71º 0.95% 0.44% -
HSV(B) 292.71º 0.97% 0.86% -
XYZ 35.23 16.77 69.09 -
YUV 86.61 203.28 204.6 -
System Red Green Blue C M Y K H S L
Decimal 194 6 220 0.12 0.97 0 0.14 292.71 0.95 0.44
Hex C2 6 DC C 61 0 E 125 5F 2C
Octal 302 6 334 14 141 0 16 445 137 54
Binary 11000010 110 11011100 1100 1100001 0 1110 100100101 1011111 101100

Color Harmonies of #C206DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C206DC

Black with #C206DC

Text Example


Text Example

White with #C206DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C206DC; }

 p { color: rgb(194,6,220); }

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

background-color css

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

 a { background-color: rgb(194,6,220); }

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

border-color css

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

 span { border-color: rgb(194,6,220); }

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