Html Css Color HEX #C411CC Deep Magenta

📋 copy color: '#C411CC'

red 196 ◦ green 17 ◦ blue 204

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

Shades of Deep Magenta #C411CC

Tints of Deep Magenta #C411CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 48.92%

R = 47%
G = 4.08%
B = 48.92%

CMYK

 C value IS 0.04

 M value IS 0.92

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C411CC (or 0xC411CC) is known color: Deep Magenta. HEX triplet: C4, 11 and CC. RGB value is (196,17,204). Sum of RGB (Red+Green+Blue) = 196+17+204=417 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.00% from 417); Green value is 17 (7.03% from 255 or 4.08% from 417); Blue value is 204 (80.08% from 255 or 48.92% from 417); Max value from RGB is 204 - color contains mainly: blue. Hex color #C411CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C411CC is #3BEE33. Grayscale: #5B5B5B. Windows color (decimal): -3927604 or 13373892. OLE color: 13373892.

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

Color convert

RGB 196 17 204 -
CMYK 0.04 0.92 0 0.2
HSL 297.43º 0.85% 0.43% -
HSV(B) 297.43º 0.92% 0.8% -
XYZ 33.86 16.5 58.53 -
YUV 91.84 191.3 202.29 -
System Red Green Blue C M Y K H S L
Decimal 196 17 204 0.04 0.92 0 0.2 297.43 0.85 0.43
Hex C4 11 CC 4 5C 0 14 129 55 2B
Octal 304 21 314 4 134 0 24 451 125 53
Binary 11000100 10001 11001100 100 1011100 0 10100 100101001 1010101 101011

Color Harmonies of #C411CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C411CC

Black with #C411CC

Text Example


Text Example

White with #C411CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C411CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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