Html Css Color HEX #C206DD Deep Magenta

📋 copy color: '#C206DD'

red 194 ◦ green 6 ◦ blue 221

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

Shades of Deep Magenta #C206DD

Tints of Deep Magenta #C206DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 52.49%

R = 46.08%
G = 1.43%
B = 52.49%

CMYK

 C value IS 0.12

 M value IS 0.97

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C206DD (or 0xC206DD) is known color: Deep Magenta. HEX triplet: C2, 06 and DD. RGB value is (194,6,221). Sum of RGB (Red+Green+Blue) = 194+6+221=421 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.08% from 421); Green value is 6 (2.73% from 255 or 1.43% from 421); Blue value is 221 (86.72% from 255 or 52.49% from 421); Max value from RGB is 221 - color contains mainly: blue. Hex color #C206DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C206DD is #3DF922. Grayscale: #565656. Windows color (decimal): -4061475 or 14485186. OLE color: 14485186.

HSL color Cylindrical-coordinate representation of color #C206DD: hue angle of 292.47º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C206DD is Cyan = 0.12, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 6 221 -
CMYK 0.12 0.97 0 0.13
HSL 292.47º 0.95% 0.45% -
HSV(B) 292.47º 0.97% 0.87% -
XYZ 35.36 16.82 69.79 -
YUV 86.72 203.78 204.52 -
System Red Green Blue C M Y K H S L
Decimal 194 6 221 0.12 0.97 0 0.13 292.47 0.95 0.45
Hex C2 6 DD C 61 0 D 124 5F 2D
Octal 302 6 335 14 141 0 15 444 137 55
Binary 11000010 110 11011101 1100 1100001 0 1101 100100100 1011111 101101

Color Harmonies of #C206DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C206DD

Black with #C206DD

Text Example


Text Example

White with #C206DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C206DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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