Html Css Color HEX #C206DF Deep Magenta

📋 copy color: '#C206DF'

red 194 ◦ green 6 ◦ blue 223

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

Shades of Deep Magenta #C206DF

Tints of Deep Magenta #C206DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 52.72%

R = 45.86%
G = 1.42%
B = 52.72%

CMYK

 C value IS 0.13

 M value IS 0.97

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C206DF (or 0xC206DF) is known color: Deep Magenta. HEX triplet: C2, 06 and DF. RGB value is (194,6,223). Sum of RGB (Red+Green+Blue) = 194+6+223=423 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.86% from 423); Green value is 6 (2.73% from 255 or 1.42% from 423); Blue value is 223 (87.5% from 255 or 52.72% from 423); Max value from RGB is 223 - color contains mainly: blue. Hex color #C206DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C206DF is #3DF920. Grayscale: #565656. Windows color (decimal): -4061473 or 14616258. OLE color: 14616258.

HSL color Cylindrical-coordinate representation of color #C206DF: hue angle of 291.98º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C206DF is Cyan = 0.13, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 6 223 -
CMYK 0.13 0.97 0 0.13
HSL 291.98º 0.95% 0.45% -
HSV(B) 291.98º 0.97% 0.87% -
XYZ 35.63 16.93 71.2 -
YUV 86.95 204.78 204.36 -
System Red Green Blue C M Y K H S L
Decimal 194 6 223 0.13 0.97 0 0.13 291.98 0.95 0.45
Hex C2 6 DF D 61 0 D 124 5F 2D
Octal 302 6 337 15 141 0 15 444 137 55
Binary 11000010 110 11011111 1101 1100001 0 1101 100100100 1011111 101101

Color Harmonies of #C206DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C206DF

Black with #C206DF

Text Example


Text Example

White with #C206DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C206DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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