Html Css Color HEX #C40FBA Deep Magenta

📋 copy color: '#C40FBA'

red 196 ◦ green 15 ◦ blue 186

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

Shades of Deep Magenta #C40FBA

Tints of Deep Magenta #C40FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 46.85%

R = 49.37%
G = 3.78%
B = 46.85%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C40FBA (or 0xC40FBA) is known color: Deep Magenta. HEX triplet: C4, 0F and BA. RGB value is (196,15,186). Sum of RGB (Red+Green+Blue) = 196+15+186=397 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.37% from 397); Green value is 15 (6.25% from 255 or 3.78% from 397); Blue value is 186 (73.05% from 255 or 46.85% from 397); Max value from RGB is 196 - color contains mainly: red. Hex color #C40FBA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C40FBA is #3BF045. Grayscale: #585858. Windows color (decimal): -3928134 or 12193732. OLE color: 12193732.

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

Color convert

RGB 196 15 186 -
CMYK 0 0.92 0.05 0.23
HSL 303.31º 0.86% 0.41% -
HSV(B) 303.31º 0.92% 0.77% -
XYZ 31.8 15.62 47.79 -
YUV 88.61 182.97 204.6 -
System Red Green Blue C M Y K H S L
Decimal 196 15 186 0 0.92 0.05 0.23 303.31 0.86 0.41
Hex C4 F BA 0 5C 5 17 12F 56 29
Octal 304 17 272 0 134 5 27 457 126 51
Binary 11000100 1111 10111010 0 1011100 101 10111 100101111 1010110 101001

Color Harmonies of #C40FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40FBA

Black with #C40FBA

Text Example


Text Example

White with #C40FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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