Html Css Color HEX #C206E1 Deep Magenta

📋 copy color: '#C206E1'

red 194 ◦ green 6 ◦ blue 225

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

Shades of Deep Magenta #C206E1

Tints of Deep Magenta #C206E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 52.94%

R = 45.65%
G = 1.41%
B = 52.94%

CMYK

 C value IS 0.14

 M value IS 0.97

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C206E1 (or 0xC206E1) is known color: Deep Magenta. HEX triplet: C2, 06 and E1. RGB value is (194,6,225). Sum of RGB (Red+Green+Blue) = 194+6+225=425 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.65% from 425); Green value is 6 (2.73% from 255 or 1.41% from 425); Blue value is 225 (88.28% from 255 or 52.94% from 425); Max value from RGB is 225 - color contains mainly: blue. Hex color #C206E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C206E1 is #3DF91E. Grayscale: #565656. Windows color (decimal): -4061471 or 14747330. OLE color: 14747330.

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

Color convert

RGB 194 6 225 -
CMYK 0.14 0.97 0 0.12
HSL 291.51º 0.95% 0.45% -
HSV(B) 291.51º 0.97% 0.88% -
XYZ 35.9 17.04 72.63 -
YUV 87.18 205.78 204.19 -
System Red Green Blue C M Y K H S L
Decimal 194 6 225 0.14 0.97 0 0.12 291.51 0.95 0.45
Hex C2 6 E1 E 61 0 C 124 5F 2D
Octal 302 6 341 16 141 0 14 444 137 55
Binary 11000010 110 11100001 1110 1100001 0 1100 100100100 1011111 101101

Color Harmonies of #C206E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C206E1

Black with #C206E1

Text Example


Text Example

White with #C206E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C206E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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