Html Css Color HEX #C206B3 Deep Magenta

📋 copy color: '#C206B3'

red 194 ◦ green 6 ◦ blue 179

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

Shades of Deep Magenta #C206B3

Tints of Deep Magenta #C206B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 47.23%

R = 51.19%
G = 1.58%
B = 47.23%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.08

 K value IS 0.24

RGB Variations

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

Color information

#C206B3 (or 0xC206B3) is known color: Deep Magenta. HEX triplet: C2, 06 and B3. RGB value is (194,6,179). Sum of RGB (Red+Green+Blue) = 194+6+179=379 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.19% from 379); Green value is 6 (2.73% from 255 or 1.58% from 379); Blue value is 179 (70.31% from 255 or 47.23% from 379); Max value from RGB is 194 - color contains mainly: red. Hex color #C206B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C206B3 is #3DF94C. Grayscale: #515151. Windows color (decimal): -4061517 or 11732674. OLE color: 11732674.

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

Color convert

RGB 194 6 179 -
CMYK 0 0.97 0.08 0.24
HSL 304.79º 0.94% 0.39% -
HSV(B) 304.79º 0.97% 0.76% -
XYZ 30.45 14.85 43.91 -
YUV 81.93 182.78 207.93 -
System Red Green Blue C M Y K H S L
Decimal 194 6 179 0 0.97 0.08 0.24 304.79 0.94 0.39
Hex C2 6 B3 0 61 8 18 131 5E 27
Octal 302 6 263 0 141 10 30 461 136 47
Binary 11000010 110 10110011 0 1100001 1000 11000 100110001 1011110 100111

Color Harmonies of #C206B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C206B3

Black with #C206B3

Text Example


Text Example

White with #C206B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C206B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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