Html Css Color HEX #C40FAA Deep Magenta

📋 copy color: '#C40FAA'

red 196 ◦ green 15 ◦ blue 170

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

Shades of Deep Magenta #C40FAA

Tints of Deep Magenta #C40FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 44.62%

R = 51.44%
G = 3.94%
B = 44.62%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C40FAA (or 0xC40FAA) is known color: Deep Magenta. HEX triplet: C4, 0F and AA. RGB value is (196,15,170). Sum of RGB (Red+Green+Blue) = 196+15+170=381 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.44% from 381); Green value is 15 (6.25% from 255 or 3.94% from 381); Blue value is 170 (66.80% from 255 or 44.62% from 381); Max value from RGB is 196 - color contains mainly: red. Hex color #C40FAA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40FAA is #3BF055. Grayscale: #565656. Windows color (decimal): -3928150 or 11145156. OLE color: 11145156.

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

Color convert

RGB 196 15 170 -
CMYK 0 0.92 0.13 0.23
HSL 308.62º 0.86% 0.41% -
HSV(B) 308.62º 0.92% 0.77% -
XYZ 30.19 14.98 39.33 -
YUV 86.79 174.97 205.9 -
System Red Green Blue C M Y K H S L
Decimal 196 15 170 0 0.92 0.13 0.23 308.62 0.86 0.41
Hex C4 F AA 0 5C D 17 135 56 29
Octal 304 17 252 0 134 15 27 465 126 51
Binary 11000100 1111 10101010 0 1011100 1101 10111 100110101 1010110 101001

Color Harmonies of #C40FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40FAA

Black with #C40FAA

Text Example


Text Example

White with #C40FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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