Html Css Color HEX #C40FDF Deep Magenta

📋 copy color: '#C40FDF'

red 196 ◦ green 15 ◦ blue 223

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

Shades of Deep Magenta #C40FDF

Tints of Deep Magenta #C40FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 51.38%

R = 45.16%
G = 3.46%
B = 51.38%

CMYK

 C value IS 0.12

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C40FDF (or 0xC40FDF) is known color: Deep Magenta. HEX triplet: C4, 0F and DF. RGB value is (196,15,223). Sum of RGB (Red+Green+Blue) = 196+15+223=434 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.16% from 434); Green value is 15 (6.25% from 255 or 3.46% from 434); Blue value is 223 (87.5% from 255 or 51.38% from 434); Max value from RGB is 223 - color contains mainly: blue. Hex color #C40FDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C40FDF is #3BF020. Grayscale: #5C5C5C. Windows color (decimal): -3928097 or 14618564. OLE color: 14618564.

HSL color Cylindrical-coordinate representation of color #C40FDF: hue angle of 292.21º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C40FDF is Cyan = 0.12, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 196 15 223 -
CMYK 0.12 0.93 0 0.13
HSL 292.21º 0.87% 0.47% -
HSV(B) 292.21º 0.93% 0.87% -
XYZ 36.26 17.41 71.26 -
YUV 92.83 201.47 201.59 -
System Red Green Blue C M Y K H S L
Decimal 196 15 223 0.12 0.93 0 0.13 292.21 0.87 0.47
Hex C4 F DF C 5D 0 D 124 57 2F
Octal 304 17 337 14 135 0 15 444 127 57
Binary 11000100 1111 11011111 1100 1011101 0 1101 100100100 1010111 101111

Color Harmonies of #C40FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40FDF

Black with #C40FDF

Text Example


Text Example

White with #C40FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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