Html Css Color HEX #C206CD Deep Magenta

📋 copy color: '#C206CD'

red 194 ◦ green 6 ◦ blue 205

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

Shades of Deep Magenta #C206CD

Tints of Deep Magenta #C206CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 50.62%

R = 47.9%
G = 1.48%
B = 50.62%

CMYK

 C value IS 0.05

 M value IS 0.97

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C206CD (or 0xC206CD) is known color: Deep Magenta. HEX triplet: C2, 06 and CD. RGB value is (194,6,205). Sum of RGB (Red+Green+Blue) = 194+6+205=405 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.90% from 405); Green value is 6 (2.73% from 255 or 1.48% from 405); Blue value is 205 (80.47% from 255 or 50.62% from 405); Max value from RGB is 205 - color contains mainly: blue. Hex color #C206CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C206CD is #3DF932. Grayscale: #545454. Windows color (decimal): -4061491 or 13436610. OLE color: 13436610.

HSL color Cylindrical-coordinate representation of color #C206CD: hue angle of 296.68º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C206CD is Cyan = 0.05, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 194 6 205 -
CMYK 0.05 0.97 0 0.20
HSL 296.68º 0.94% 0.41% -
HSV(B) 296.68º 0.97% 0.8% -
XYZ 33.33 16.01 59.09 -
YUV 84.9 195.78 205.82 -
System Red Green Blue C M Y K H S L
Decimal 194 6 205 0.05 0.97 0 0.20 296.68 0.94 0.41
Hex C2 6 CD 5 61 0 14 129 5E 29
Octal 302 6 315 5 141 0 24 451 136 51
Binary 11000010 110 11001101 101 1100001 0 10100 100101001 1011110 101001

Color Harmonies of #C206CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C206CD

Black with #C206CD

Text Example


Text Example

White with #C206CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C206CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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