Html Css Color HEX #C206B9 Deep Magenta

📋 copy color: '#C206B9'

red 194 ◦ green 6 ◦ blue 185

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

Shades of Deep Magenta #C206B9

Tints of Deep Magenta #C206B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 48.05%

R = 50.39%
G = 1.56%
B = 48.05%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C206B9 (or 0xC206B9) is known color: Deep Magenta. HEX triplet: C2, 06 and B9. RGB value is (194,6,185). Sum of RGB (Red+Green+Blue) = 194+6+185=385 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.39% from 385); Green value is 6 (2.73% from 255 or 1.56% from 385); Blue value is 185 (72.66% from 255 or 48.05% from 385); Max value from RGB is 194 - color contains mainly: red. Hex color #C206B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C206B9 is #3DF946. Grayscale: #525252. Windows color (decimal): -4061511 or 12125890. OLE color: 12125890.

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

Color convert

RGB 194 6 185 -
CMYK 0 0.97 0.05 0.24
HSL 302.87º 0.94% 0.39% -
HSV(B) 302.87º 0.97% 0.76% -
XYZ 31.07 15.1 47.18 -
YUV 82.62 185.78 207.45 -
System Red Green Blue C M Y K H S L
Decimal 194 6 185 0 0.97 0.05 0.24 302.87 0.94 0.39
Hex C2 6 B9 0 61 5 18 12F 5E 27
Octal 302 6 271 0 141 5 30 457 136 47
Binary 11000010 110 10111001 0 1100001 101 11000 100101111 1011110 100111

Color Harmonies of #C206B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C206B9

Black with #C206B9

Text Example


Text Example

White with #C206B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C206B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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