Html Css Color HEX #C401C7 Deep Magenta

📋 copy color: '#C401C7'

red 196 ◦ green 1 ◦ blue 199

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

Shades of Deep Magenta #C401C7

Tints of Deep Magenta #C401C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 50.25%

R = 49.49%
G = 0.25%
B = 50.25%

CMYK

 C value IS 0.02

 M value IS 0.99

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C401C7 (or 0xC401C7) is known color: Deep Magenta. HEX triplet: C4, 01 and C7. RGB value is (196,1,199). Sum of RGB (Red+Green+Blue) = 196+1+199=396 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.49% from 396); Green value is 1 (0.78% from 255 or 0.25% from 396); Blue value is 199 (78.12% from 255 or 50.25% from 396); Max value from RGB is 199 - color contains mainly: blue. Hex color #C401C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C401C7 is #3BFE38. Grayscale: #515151. Windows color (decimal): -3931705 or 13042116. OLE color: 13042116.

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

Color convert

RGB 196 1 199 -
CMYK 0.02 0.99 0 0.22
HSL 299.09º 0.99% 0.39% -
HSV(B) 299.09º 0.99% 0.78% -
XYZ 33.08 15.88 55.35 -
YUV 81.88 194.1 209.4 -
System Red Green Blue C M Y K H S L
Decimal 196 1 199 0.02 0.99 0 0.22 299.09 0.99 0.39
Hex C4 1 C7 2 63 0 16 12B 63 27
Octal 304 1 307 2 143 0 26 453 143 47
Binary 11000100 1 11000111 10 1100011 0 10110 100101011 1100011 100111

Color Harmonies of #C401C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C401C7

Black with #C401C7

Text Example


Text Example

White with #C401C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C401C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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