Html Css Color HEX #C40FDD Deep Magenta

📋 copy color: '#C40FDD'

red 196 ◦ green 15 ◦ blue 221

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

Shades of Deep Magenta #C40FDD

Tints of Deep Magenta #C40FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 51.16%

R = 45.37%
G = 3.47%
B = 51.16%

CMYK

 C value IS 0.11

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C40FDD (or 0xC40FDD) is known color: Deep Magenta. HEX triplet: C4, 0F and DD. RGB value is (196,15,221). Sum of RGB (Red+Green+Blue) = 196+15+221=432 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.37% from 432); Green value is 15 (6.25% from 255 or 3.47% from 432); Blue value is 221 (86.72% from 255 or 51.16% from 432); Max value from RGB is 221 - color contains mainly: blue. Hex color #C40FDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C40FDD is #3BF022. Grayscale: #5B5B5B. Windows color (decimal): -3928099 or 14487492. OLE color: 14487492.

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

Color convert

RGB 196 15 221 -
CMYK 0.11 0.93 0 0.13
HSL 292.72º 0.87% 0.46% -
HSV(B) 292.72º 0.93% 0.87% -
XYZ 35.99 17.3 69.85 -
YUV 92.6 200.47 201.75 -
System Red Green Blue C M Y K H S L
Decimal 196 15 221 0.11 0.93 0 0.13 292.72 0.87 0.46
Hex C4 F DD B 5D 0 D 125 57 2E
Octal 304 17 335 13 135 0 15 445 127 56
Binary 11000100 1111 11011101 1011 1011101 0 1101 100100101 1010111 101110

Color Harmonies of #C40FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40FDD

Black with #C40FDD

Text Example


Text Example

White with #C40FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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