Html Css Color HEX #C411CD Deep Magenta

📋 copy color: '#C411CD'

red 196 ◦ green 17 ◦ blue 205

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

Shades of Deep Magenta #C411CD

Tints of Deep Magenta #C411CD

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.07%

 BLUE value IS 205 (80.47% from 255) = 49.04%

R = 46.89%
G = 4.07%
B = 49.04%

CMYK

 C value IS 0.04

 M value IS 0.92

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C411CD (or 0xC411CD) is known color: Deep Magenta. HEX triplet: C4, 11 and CD. RGB value is (196,17,205). Sum of RGB (Red+Green+Blue) = 196+17+205=418 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.89% from 418); Green value is 17 (7.03% from 255 or 4.07% from 418); Blue value is 205 (80.47% from 255 or 49.04% from 418); Max value from RGB is 205 - color contains mainly: blue. Hex color #C411CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C411CD is #3BEE32. Grayscale: #5B5B5B. Windows color (decimal): -3927603 or 13439428. OLE color: 13439428.

HSL color Cylindrical-coordinate representation of color #C411CD: hue angle of 297.13º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C411CD is Cyan = 0.04, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 196 17 205 -
CMYK 0.04 0.92 0 0.20
HSL 297.13º 0.85% 0.44% -
HSV(B) 297.13º 0.92% 0.8% -
XYZ 33.98 16.54 59.16 -
YUV 91.95 191.8 202.21 -
System Red Green Blue C M Y K H S L
Decimal 196 17 205 0.04 0.92 0 0.20 297.13 0.85 0.44
Hex C4 11 CD 4 5C 0 14 129 55 2C
Octal 304 21 315 4 134 0 24 451 125 54
Binary 11000100 10001 11001101 100 1011100 0 10100 100101001 1010101 101100

Color Harmonies of #C411CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C411CD

Black with #C411CD

Text Example


Text Example

White with #C411CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C411CD; }

 p { color: rgb(196,17,205); }

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

background-color css

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

 a { background-color: rgb(196,17,205); }

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

border-color css

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

 span { border-color: rgb(196,17,205); }

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