Html Css Color HEX #C206AF Deep Magenta

📋 copy color: '#C206AF'

red 194 ◦ green 6 ◦ blue 175

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

Shades of Deep Magenta #C206AF

Tints of Deep Magenta #C206AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 46.67%

R = 51.73%
G = 1.6%
B = 46.67%

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

#C206AF (or 0xC206AF) is known color: Deep Magenta. HEX triplet: C2, 06 and AF. RGB value is (194,6,175). Sum of RGB (Red+Green+Blue) = 194+6+175=375 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.73% from 375); Green value is 6 (2.73% from 255 or 1.6% from 375); Blue value is 175 (68.75% from 255 or 46.67% from 375); Max value from RGB is 194 - color contains mainly: red. Hex color #C206AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C206AF is #3DF950. Grayscale: #505050. Windows color (decimal): -4061521 or 11470530. OLE color: 11470530.

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

Color convert

RGB 194 6 175 -
CMYK 0 0.97 0.10 0.24
HSL 306.06º 0.94% 0.39% -
HSV(B) 306.06º 0.97% 0.76% -
XYZ 30.05 14.69 41.81 -
YUV 81.48 180.78 208.26 -
System Red Green Blue C M Y K H S L
Decimal 194 6 175 0 0.97 0.10 0.24 306.06 0.94 0.39
Hex C2 6 AF 0 61 A 18 132 5E 27
Octal 302 6 257 0 141 12 30 462 136 47
Binary 11000010 110 10101111 0 1100001 1010 11000 100110010 1011110 100111

Color Harmonies of #C206AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C206AF

Black with #C206AF

Text Example


Text Example

White with #C206AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C206AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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