Html Css Color HEX #C206DB Deep Magenta

📋 copy color: '#C206DB'

red 194 ◦ green 6 ◦ blue 219

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

Shades of Deep Magenta #C206DB

Tints of Deep Magenta #C206DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 52.27%

R = 46.3%
G = 1.43%
B = 52.27%

CMYK

 C value IS 0.11

 M value IS 0.97

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C206DB (or 0xC206DB) is known color: Deep Magenta. HEX triplet: C2, 06 and DB. RGB value is (194,6,219). Sum of RGB (Red+Green+Blue) = 194+6+219=419 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.30% from 419); Green value is 6 (2.73% from 255 or 1.43% from 419); Blue value is 219 (85.94% from 255 or 52.27% from 419); Max value from RGB is 219 - color contains mainly: blue. Hex color #C206DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C206DB is #3DF924. Grayscale: #555555. Windows color (decimal): -4061477 or 14354114. OLE color: 14354114.

HSL color Cylindrical-coordinate representation of color #C206DB: hue angle of 292.96º 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 #C206DB is Cyan = 0.11, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 194 6 219 -
CMYK 0.11 0.97 0 0.14
HSL 292.96º 0.95% 0.44% -
HSV(B) 292.96º 0.97% 0.86% -
XYZ 35.1 16.71 68.39 -
YUV 86.49 202.78 204.68 -
System Red Green Blue C M Y K H S L
Decimal 194 6 219 0.11 0.97 0 0.14 292.96 0.95 0.44
Hex C2 6 DB B 61 0 E 125 5F 2C
Octal 302 6 333 13 141 0 16 445 137 54
Binary 11000010 110 11011011 1011 1100001 0 1110 100100101 1011111 101100

Color Harmonies of #C206DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C206DB

Black with #C206DB

Text Example


Text Example

White with #C206DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C206DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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