Html Css Color HEX #C40FBF Deep Magenta

📋 copy color: '#C40FBF'

red 196 ◦ green 15 ◦ blue 191

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

Shades of Deep Magenta #C40FBF

Tints of Deep Magenta #C40FBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 47.51%

R = 48.76%
G = 3.73%
B = 47.51%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.03

 K value IS 0.23

RGB Variations

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

Color information

#C40FBF (or 0xC40FBF) is known color: Deep Magenta. HEX triplet: C4, 0F and BF. RGB value is (196,15,191). Sum of RGB (Red+Green+Blue) = 196+15+191=402 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.76% from 402); Green value is 15 (6.25% from 255 or 3.73% from 402); Blue value is 191 (75% from 255 or 47.51% from 402); Max value from RGB is 196 - color contains mainly: red. Hex color #C40FBF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C40FBF is #3BF040. Grayscale: #585858. Windows color (decimal): -3928129 or 12521412. OLE color: 12521412.

HSL color Cylindrical-coordinate representation of color #C40FBF: hue angle of 301.66º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C40FBF is Cyan = 0, Magento = 0.92, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 15 191 -
CMYK 0 0.92 0.03 0.23
HSL 301.66º 0.86% 0.41% -
HSV(B) 301.66º 0.92% 0.77% -
XYZ 32.34 15.84 50.64 -
YUV 89.18 185.47 204.19 -
System Red Green Blue C M Y K H S L
Decimal 196 15 191 0 0.92 0.03 0.23 301.66 0.86 0.41
Hex C4 F BF 0 5C 3 17 12E 56 29
Octal 304 17 277 0 134 3 27 456 126 51
Binary 11000100 1111 10111111 0 1011100 11 10111 100101110 1010110 101001

Color Harmonies of #C40FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40FBF

Black with #C40FBF

Text Example


Text Example

White with #C40FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40FBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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