Html Css Color HEX #C40FC9 Deep Magenta

📋 copy color: '#C40FC9'

red 196 ◦ green 15 ◦ blue 201

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

Shades of Deep Magenta #C40FC9

Tints of Deep Magenta #C40FC9

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.64%

 BLUE value IS 201 (78.91% from 255) = 48.79%

R = 47.57%
G = 3.64%
B = 48.79%

CMYK

 C value IS 0.02

 M value IS 0.93

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C40FC9 (or 0xC40FC9) is known color: Deep Magenta. HEX triplet: C4, 0F and C9. RGB value is (196,15,201). Sum of RGB (Red+Green+Blue) = 196+15+201=412 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.57% from 412); Green value is 15 (6.25% from 255 or 3.64% from 412); Blue value is 201 (78.91% from 255 or 48.79% from 412); Max value from RGB is 201 - color contains mainly: blue. Hex color #C40FC9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C40FC9 is #3BF036. Grayscale: #595959. Windows color (decimal): -3928119 or 13176772. OLE color: 13176772.

HSL color Cylindrical-coordinate representation of color #C40FC9: hue angle of 298.39º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C40FC9 is Cyan = 0.02, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 196 15 201 -
CMYK 0.02 0.93 0 0.21
HSL 298.39º 0.86% 0.42% -
HSV(B) 298.39º 0.93% 0.79% -
XYZ 33.48 16.29 56.64 -
YUV 90.32 190.47 203.38 -
System Red Green Blue C M Y K H S L
Decimal 196 15 201 0.02 0.93 0 0.21 298.39 0.86 0.42
Hex C4 F C9 2 5D 0 15 12A 56 2A
Octal 304 17 311 2 135 0 25 452 126 52
Binary 11000100 1111 11001001 10 1011101 0 10101 100101010 1010110 101010

Color Harmonies of #C40FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40FC9

Black with #C40FC9

Text Example


Text Example

White with #C40FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40FC9; }

 p { color: rgb(196,15,201); }

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

background-color css

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

 a { background-color: rgb(196,15,201); }

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

border-color css

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

 span { border-color: rgb(196,15,201); }

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