Html Css Color HEX #C206AD Deep Magenta

📋 copy color: '#C206AD'

red 194 ◦ green 6 ◦ blue 173

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

Shades of Deep Magenta #C206AD

Tints of Deep Magenta #C206AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 46.38%

R = 52.01%
G = 1.61%
B = 46.38%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C206AD (or 0xC206AD) is known color: Deep Magenta. HEX triplet: C2, 06 and AD. RGB value is (194,6,173). Sum of RGB (Red+Green+Blue) = 194+6+173=373 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.01% from 373); Green value is 6 (2.73% from 255 or 1.61% from 373); Blue value is 173 (67.97% from 255 or 46.38% from 373); Max value from RGB is 194 - color contains mainly: red. Hex color #C206AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C206AD is #3DF952. Grayscale: #505050. Windows color (decimal): -4061523 or 11339458. OLE color: 11339458.

HSL color Cylindrical-coordinate representation of color #C206AD: hue angle of 306.7º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C206AD is Cyan = 0, Magento = 0.97, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 6 173 -
CMYK 0 0.97 0.11 0.24
HSL 306.7º 0.94% 0.39% -
HSV(B) 306.7º 0.97% 0.76% -
XYZ 29.86 14.62 40.78 -
YUV 81.25 179.78 208.42 -
System Red Green Blue C M Y K H S L
Decimal 194 6 173 0 0.97 0.11 0.24 306.7 0.94 0.39
Hex C2 6 AD 0 61 B 18 133 5E 27
Octal 302 6 255 0 141 13 30 463 136 47
Binary 11000010 110 10101101 0 1100001 1011 11000 100110011 1011110 100111

Color Harmonies of #C206AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C206AD

Black with #C206AD

Text Example


Text Example

White with #C206AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C206AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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