Html Css Color HEX #C206CC Deep Magenta

📋 copy color: '#C206CC'

red 194 ◦ green 6 ◦ blue 204

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

Shades of Deep Magenta #C206CC

Tints of Deep Magenta #C206CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 50.5%

R = 48.02%
G = 1.49%
B = 50.5%

CMYK

 C value IS 0.05

 M value IS 0.97

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C206CC (or 0xC206CC) is known color: Deep Magenta. HEX triplet: C2, 06 and CC. RGB value is (194,6,204). Sum of RGB (Red+Green+Blue) = 194+6+204=404 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.02% from 404); Green value is 6 (2.73% from 255 or 1.49% from 404); Blue value is 204 (80.08% from 255 or 50.50% from 404); Max value from RGB is 204 - color contains mainly: blue. Hex color #C206CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C206CC is #3DF933. Grayscale: #545454. Windows color (decimal): -4061492 or 13371074. OLE color: 13371074.

HSL color Cylindrical-coordinate representation of color #C206CC: hue angle of 296.97º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C206CC is Cyan = 0.05, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 194 6 204 -
CMYK 0.05 0.97 0 0.2
HSL 296.97º 0.94% 0.41% -
HSV(B) 296.97º 0.97% 0.8% -
XYZ 33.21 15.96 58.46 -
YUV 84.78 195.28 205.9 -
System Red Green Blue C M Y K H S L
Decimal 194 6 204 0.05 0.97 0 0.2 296.97 0.94 0.41
Hex C2 6 CC 5 61 0 14 129 5E 29
Octal 302 6 314 5 141 0 24 451 136 51
Binary 11000010 110 11001100 101 1100001 0 10100 100101001 1011110 101001

Color Harmonies of #C206CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C206CC

Black with #C206CC

Text Example


Text Example

White with #C206CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C206CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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