Html Css Color HEX #C206BE Deep Magenta

📋 copy color: '#C206BE'

red 194 ◦ green 6 ◦ blue 190

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

Shades of Deep Magenta #C206BE

Tints of Deep Magenta #C206BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 48.72%

R = 49.74%
G = 1.54%
B = 48.72%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C206BE (or 0xC206BE) is known color: Deep Magenta. HEX triplet: C2, 06 and BE. RGB value is (194,6,190). Sum of RGB (Red+Green+Blue) = 194+6+190=390 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.74% from 390); Green value is 6 (2.73% from 255 or 1.54% from 390); Blue value is 190 (74.61% from 255 or 48.72% from 390); Max value from RGB is 194 - color contains mainly: red. Hex color #C206BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C206BE is #3DF941. Grayscale: #525252. Windows color (decimal): -4061506 or 12453570. OLE color: 12453570.

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

Color convert

RGB 194 6 190 -
CMYK 0 0.97 0.02 0.24
HSL 301.28º 0.94% 0.39% -
HSV(B) 301.28º 0.97% 0.76% -
XYZ 31.61 15.32 50.01 -
YUV 83.19 188.28 207.04 -
System Red Green Blue C M Y K H S L
Decimal 194 6 190 0 0.97 0.02 0.24 301.28 0.94 0.39
Hex C2 6 BE 0 61 2 18 12D 5E 27
Octal 302 6 276 0 141 2 30 455 136 47
Binary 11000010 110 10111110 0 1100001 10 11000 100101101 1011110 100111

Color Harmonies of #C206BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C206BE

Black with #C206BE

Text Example


Text Example

White with #C206BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C206BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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