Html Css Color HEX #C401C2 Deep Magenta

📋 copy color: '#C401C2'

red 196 ◦ green 1 ◦ blue 194

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

Shades of Deep Magenta #C401C2

Tints of Deep Magenta #C401C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 49.62%

R = 50.13%
G = 0.26%
B = 49.62%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.01

 K value IS 0.23

RGB Variations

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

Color information

#C401C2 (or 0xC401C2) is known color: Deep Magenta. HEX triplet: C4, 01 and C2. RGB value is (196,1,194). Sum of RGB (Red+Green+Blue) = 196+1+194=391 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.13% from 391); Green value is 1 (0.78% from 255 or 0.26% from 391); Blue value is 194 (76.17% from 255 or 49.62% from 391); Max value from RGB is 196 - color contains mainly: red. Hex color #C401C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C401C2 is #3BFE3D. Grayscale: #505050. Windows color (decimal): -3931710 or 12714436. OLE color: 12714436.

HSL color Cylindrical-coordinate representation of color #C401C2: hue angle of 300.62º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C401C2 is Cyan = 0, Magento = 0.99, Yellow = 0.01 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 1 194 -
CMYK 0 0.99 0.01 0.23
HSL 300.62º 0.99% 0.39% -
HSV(B) 300.62º 0.99% 0.77% -
XYZ 32.51 15.65 52.35 -
YUV 81.31 191.6 209.81 -
System Red Green Blue C M Y K H S L
Decimal 196 1 194 0 0.99 0.01 0.23 300.62 0.99 0.39
Hex C4 1 C2 0 63 1 17 12D 63 27
Octal 304 1 302 0 143 1 27 455 143 47
Binary 11000100 1 11000010 0 1100011 1 10111 100101101 1100011 100111

Color Harmonies of #C401C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C401C2

Black with #C401C2

Text Example


Text Example

White with #C401C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C401C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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