Html Css Color HEX #C40FBE Deep Magenta

📋 copy color: '#C40FBE'

red 196 ◦ green 15 ◦ blue 190

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

Shades of Deep Magenta #C40FBE

Tints of Deep Magenta #C40FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.38%

R = 48.88%
G = 3.74%
B = 47.38%

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

#C40FBE (or 0xC40FBE) is known color: Deep Magenta. HEX triplet: C4, 0F and BE. RGB value is (196,15,190). Sum of RGB (Red+Green+Blue) = 196+15+190=401 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.88% from 401); Green value is 15 (6.25% from 255 or 3.74% from 401); Blue value is 190 (74.61% from 255 or 47.38% from 401); Max value from RGB is 196 - color contains mainly: red. Hex color #C40FBE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C40FBE is #3BF041. Grayscale: #585858. Windows color (decimal): -3928130 or 12455876. OLE color: 12455876.

HSL color Cylindrical-coordinate representation of color #C40FBE: hue angle of 301.99º 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 #C40FBE is Cyan = 0, Magento = 0.92, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 15 190 -
CMYK 0 0.92 0.03 0.23
HSL 301.99º 0.86% 0.41% -
HSV(B) 301.99º 0.92% 0.77% -
XYZ 32.23 15.8 50.07 -
YUV 89.07 184.97 204.27 -
System Red Green Blue C M Y K H S L
Decimal 196 15 190 0 0.92 0.03 0.23 301.99 0.86 0.41
Hex C4 F BE 0 5C 3 17 12E 56 29
Octal 304 17 276 0 134 3 27 456 126 51
Binary 11000100 1111 10111110 0 1011100 11 10111 100101110 1010110 101001

Color Harmonies of #C40FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40FBE

Black with #C40FBE

Text Example


Text Example

White with #C40FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40FBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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