Html Css Color HEX #C201DD Deep Magenta

📋 copy color: '#C201DD'

red 194 ◦ green 1 ◦ blue 221

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

Shades of Deep Magenta #C201DD

Tints of Deep Magenta #C201DD

RGB

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

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

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

R = 46.63%
G = 0.24%
B = 53.13%

CMYK

 C value IS 0.12

 M value IS 1.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C201DD (or 0xC201DD) is known color: Deep Magenta. HEX triplet: C2, 01 and DD. RGB value is (194,1,221). Sum of RGB (Red+Green+Blue) = 194+1+221=416 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.63% from 416); Green value is 1 (0.78% from 255 or 0.24% from 416); Blue value is 221 (86.72% from 255 or 53.12% from 416); Max value from RGB is 221 - color contains mainly: blue. Hex color #C201DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C201DD is #3DFE22. Grayscale: #535353. Windows color (decimal): -4062755 or 14483906. OLE color: 14483906.

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

Color convert

RGB 194 1 221 -
CMYK 0.12 1.00 0 0.13
HSL 292.64º 0.99% 0.44% -
HSV(B) 292.64º 1% 0.87% -
XYZ 35.31 16.71 69.77 -
YUV 83.79 205.44 206.61 -
System Red Green Blue C M Y K H S L
Decimal 194 1 221 0.12 1.00 0 0.13 292.64 0.99 0.44
Hex C2 1 DD C 64 0 D 125 63 2C
Octal 302 1 335 14 144 0 15 445 143 54
Binary 11000010 1 11011101 1100 1100100 0 1101 100100101 1100011 101100

Color Harmonies of #C201DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C201DD

Black with #C201DD

Text Example


Text Example

White with #C201DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C201DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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