Html Css Color HEX #C206AE Deep Magenta

📋 copy color: '#C206AE'

red 194 ◦ green 6 ◦ blue 174

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

Shades of Deep Magenta #C206AE

Tints of Deep Magenta #C206AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 46.52%

R = 51.87%
G = 1.6%
B = 46.52%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C206AE (or 0xC206AE) is known color: Deep Magenta. HEX triplet: C2, 06 and AE. RGB value is (194,6,174). Sum of RGB (Red+Green+Blue) = 194+6+174=374 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.87% from 374); Green value is 6 (2.73% from 255 or 1.60% from 374); Blue value is 174 (68.36% from 255 or 46.52% from 374); Max value from RGB is 194 - color contains mainly: red. Hex color #C206AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C206AE is #3DF951. Grayscale: #505050. Windows color (decimal): -4061522 or 11404994. OLE color: 11404994.

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

Color convert

RGB 194 6 174 -
CMYK 0 0.97 0.10 0.24
HSL 306.38º 0.94% 0.39% -
HSV(B) 306.38º 0.97% 0.76% -
XYZ 29.95 14.66 41.29 -
YUV 81.36 180.28 208.34 -
System Red Green Blue C M Y K H S L
Decimal 194 6 174 0 0.97 0.10 0.24 306.38 0.94 0.39
Hex C2 6 AE 0 61 A 18 132 5E 27
Octal 302 6 256 0 141 12 30 462 136 47
Binary 11000010 110 10101110 0 1100001 1010 11000 100110010 1011110 100111

Color Harmonies of #C206AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C206AE

Black with #C206AE

Text Example


Text Example

White with #C206AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C206AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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