Html Css Color HEX #C201CD Deep Magenta

📋 copy color: '#C201CD'

red 194 ◦ green 1 ◦ blue 205

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

Shades of Deep Magenta #C201CD

Tints of Deep Magenta #C201CD

RGB

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

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

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

R = 48.5%
G = 0.25%
B = 51.25%

CMYK

 C value IS 0.05

 M value IS 1.00

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C201CD (or 0xC201CD) is known color: Deep Magenta. HEX triplet: C2, 01 and CD. RGB value is (194,1,205). Sum of RGB (Red+Green+Blue) = 194+1+205=400 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.5% from 400); Green value is 1 (0.78% from 255 or 0.25% from 400); Blue value is 205 (80.47% from 255 or 51.25% from 400); Max value from RGB is 205 - color contains mainly: blue. Hex color #C201CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C201CD is #3DFE32. Grayscale: #515151. Windows color (decimal): -4062771 or 13435330. OLE color: 13435330.

HSL color Cylindrical-coordinate representation of color #C201CD: hue angle of 296.76º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C201CD is Cyan = 0.05, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 194 1 205 -
CMYK 0.05 1.00 0 0.20
HSL 296.76º 0.99% 0.4% -
HSV(B) 296.76º 1% 0.8% -
XYZ 33.28 15.9 59.07 -
YUV 81.96 197.44 207.91 -
System Red Green Blue C M Y K H S L
Decimal 194 1 205 0.05 1.00 0 0.20 296.76 0.99 0.4
Hex C2 1 CD 5 64 0 14 129 63 28
Octal 302 1 315 5 144 0 24 451 143 50
Binary 11000010 1 11001101 101 1100100 0 10100 100101001 1100011 101000

Color Harmonies of #C201CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C201CD

Black with #C201CD

Text Example


Text Example

White with #C201CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C201CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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