Html Css Color HEX #C206BD Deep Magenta

📋 copy color: '#C206BD'

red 194 ◦ green 6 ◦ blue 189

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

Shades of Deep Magenta #C206BD

Tints of Deep Magenta #C206BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 48.59%

R = 49.87%
G = 1.54%
B = 48.59%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C206BD (or 0xC206BD) is known color: Deep Magenta. HEX triplet: C2, 06 and BD. RGB value is (194,6,189). Sum of RGB (Red+Green+Blue) = 194+6+189=389 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.87% from 389); Green value is 6 (2.73% from 255 or 1.54% from 389); Blue value is 189 (74.22% from 255 or 48.59% from 389); Max value from RGB is 194 - color contains mainly: red. Hex color #C206BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C206BD is #3DF942. Grayscale: #525252. Windows color (decimal): -4061507 or 12388034. OLE color: 12388034.

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

Color convert

RGB 194 6 189 -
CMYK 0 0.97 0.03 0.24
HSL 301.6º 0.94% 0.39% -
HSV(B) 301.6º 0.97% 0.76% -
XYZ 31.5 15.27 49.43 -
YUV 83.07 187.78 207.12 -
System Red Green Blue C M Y K H S L
Decimal 194 6 189 0 0.97 0.03 0.24 301.6 0.94 0.39
Hex C2 6 BD 0 61 3 18 12E 5E 27
Octal 302 6 275 0 141 3 30 456 136 47
Binary 11000010 110 10111101 0 1100001 11 11000 100101110 1011110 100111

Color Harmonies of #C206BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C206BD

Black with #C206BD

Text Example


Text Example

White with #C206BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C206BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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