Html Css Color HEX #C401CC Deep Magenta

📋 copy color: '#C401CC'

red 196 ◦ green 1 ◦ blue 204

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

Shades of Deep Magenta #C401CC

Tints of Deep Magenta #C401CC

RGB

 RED value IS 196 (76.95% from 255) = 48.88%

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

 BLUE value IS 204 (80.08% from 255) = 50.87%

R = 48.88%
G = 0.25%
B = 50.87%

CMYK

 C value IS 0.04

 M value IS 1.00

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C401CC (or 0xC401CC) is known color: Deep Magenta. HEX triplet: C4, 01 and CC. RGB value is (196,1,204). Sum of RGB (Red+Green+Blue) = 196+1+204=401 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.88% from 401); Green value is 1 (0.78% from 255 or 0.25% from 401); Blue value is 204 (80.08% from 255 or 50.87% from 401); Max value from RGB is 204 - color contains mainly: blue. Hex color #C401CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C401CC is #3BFE33. Grayscale: #515151. Windows color (decimal): -3931700 or 13369796. OLE color: 13369796.

HSL color Cylindrical-coordinate representation of color #C401CC: hue angle of 297.64º 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 #C401CC is Cyan = 0.04, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 196 1 204 -
CMYK 0.04 1.00 0 0.2
HSL 297.64º 0.99% 0.4% -
HSV(B) 297.64º 1% 0.8% -
XYZ 33.67 16.12 58.46 -
YUV 82.45 196.6 208.99 -
System Red Green Blue C M Y K H S L
Decimal 196 1 204 0.04 1.00 0 0.2 297.64 0.99 0.4
Hex C4 1 CC 4 64 0 14 12A 63 28
Octal 304 1 314 4 144 0 24 452 143 50
Binary 11000100 1 11001100 100 1100100 0 10100 100101010 1100011 101000

Color Harmonies of #C401CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C401CC

Black with #C401CC

Text Example


Text Example

White with #C401CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C401CC; }

 p { color: rgb(196,1,204); }

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

background-color css

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

 a { background-color: rgb(196,1,204); }

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

border-color css

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

 span { border-color: rgb(196,1,204); }

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