Html Css Color HEX #C201DC Deep Magenta

📋 copy color: '#C201DC'

red 194 ◦ green 1 ◦ blue 220

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

Shades of Deep Magenta #C201DC

Tints of Deep Magenta #C201DC

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.24%

 BLUE value IS 220 (86.33% from 255) = 53.01%

R = 46.75%
G = 0.24%
B = 53.01%

CMYK

 C value IS 0.12

 M value IS 1.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C201DC (or 0xC201DC) is known color: Deep Magenta. HEX triplet: C2, 01 and DC. RGB value is (194,1,220). Sum of RGB (Red+Green+Blue) = 194+1+220=415 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.75% from 415); Green value is 1 (0.78% from 255 or 0.24% from 415); Blue value is 220 (86.33% from 255 or 53.01% from 415); Max value from RGB is 220 - color contains mainly: blue. Hex color #C201DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C201DC is #3DFE23. Grayscale: #525252. Windows color (decimal): -4062756 or 14418370. OLE color: 14418370.

HSL color Cylindrical-coordinate representation of color #C201DC: hue angle of 292.88º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C201DC is Cyan = 0.12, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 194 1 220 -
CMYK 0.12 1.00 0 0.14
HSL 292.88º 0.99% 0.43% -
HSV(B) 292.88º 1% 0.86% -
XYZ 35.18 16.66 69.07 -
YUV 83.67 204.94 206.69 -
System Red Green Blue C M Y K H S L
Decimal 194 1 220 0.12 1.00 0 0.14 292.88 0.99 0.43
Hex C2 1 DC C 64 0 E 125 63 2B
Octal 302 1 334 14 144 0 16 445 143 53
Binary 11000010 1 11011100 1100 1100100 0 1110 100100101 1100011 101011

Color Harmonies of #C201DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C201DC

Black with #C201DC

Text Example


Text Example

White with #C201DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C201DC; }

 p { color: rgb(194,1,220); }

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

background-color css

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

 a { background-color: rgb(194,1,220); }

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

border-color css

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

 span { border-color: rgb(194,1,220); }

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