Html Css Color HEX #C206CE Deep Magenta

📋 copy color: '#C206CE'

red 194 ◦ green 6 ◦ blue 206

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

Shades of Deep Magenta #C206CE

Tints of Deep Magenta #C206CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 50.74%

R = 47.78%
G = 1.48%
B = 50.74%

CMYK

 C value IS 0.06

 M value IS 0.97

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C206CE (or 0xC206CE) is known color: Deep Magenta. HEX triplet: C2, 06 and CE. RGB value is (194,6,206). Sum of RGB (Red+Green+Blue) = 194+6+206=406 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.78% from 406); Green value is 6 (2.73% from 255 or 1.48% from 406); Blue value is 206 (80.86% from 255 or 50.74% from 406); Max value from RGB is 206 - color contains mainly: blue. Hex color #C206CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C206CE is #3DF931. Grayscale: #545454. Windows color (decimal): -4061490 or 13502146. OLE color: 13502146.

HSL color Cylindrical-coordinate representation of color #C206CE: hue angle of 296.4º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C206CE is Cyan = 0.06, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 194 6 206 -
CMYK 0.06 0.97 0 0.19
HSL 296.4º 0.94% 0.42% -
HSV(B) 296.4º 0.97% 0.81% -
XYZ 33.45 16.06 59.73 -
YUV 85.01 196.28 205.74 -
System Red Green Blue C M Y K H S L
Decimal 194 6 206 0.06 0.97 0 0.19 296.4 0.94 0.42
Hex C2 6 CE 6 61 0 13 128 5E 2A
Octal 302 6 316 6 141 0 23 450 136 52
Binary 11000010 110 11001110 110 1100001 0 10011 100101000 1011110 101010

Color Harmonies of #C206CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C206CE

Black with #C206CE

Text Example


Text Example

White with #C206CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C206CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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