Html Css Color HEX #C128DD Deep Magenta

📋 copy color: '#C128DD'

red 193 ◦ green 40 ◦ blue 221

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

Shades of Deep Magenta #C128DD

Tints of Deep Magenta #C128DD

RGB

 RED value IS 193 (75.78% from 255) = 42.51%

 GREEN value IS 40 (16.02% from 255) = 8.81%

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

R = 42.51%
G = 8.81%
B = 48.68%

CMYK

 C value IS 0.13

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C128DD (or 0xC128DD) is known color: Deep Magenta. HEX triplet: C1, 28 and DD. RGB value is (193,40,221). Sum of RGB (Red+Green+Blue) = 193+40+221=454 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.51% from 454); Green value is 40 (16.02% from 255 or 8.81% from 454); Blue value is 221 (86.72% from 255 or 48.68% from 454); Max value from RGB is 221 - color contains mainly: blue. Hex color #C128DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C128DD is #3ED722. Grayscale: #696969. Windows color (decimal): -4118307 or 14493889. OLE color: 14493889.

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

Color convert

RGB 193 40 221 -
CMYK 0.13 0.82 0 0.13
HSL 290.72º 0.73% 0.51% -
HSV(B) 290.72º 0.82% 0.87% -
XYZ 35.8 18.08 70.01 -
YUV 106.38 192.69 189.78 -
System Red Green Blue C M Y K H S L
Decimal 193 40 221 0.13 0.82 0 0.13 290.72 0.73 0.51
Hex C1 28 DD D 52 0 D 123 49 33
Octal 301 50 335 15 122 0 15 443 111 63
Binary 11000001 101000 11011101 1101 1010010 0 1101 100100011 1001001 110011

Color Harmonies of #C128DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C128DD

Black with #C128DD

Text Example


Text Example

White with #C128DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C128DD; }

 p { color: rgb(193,40,221); }

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

background-color css

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

 a { background-color: rgb(193,40,221); }

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

border-color css

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

 span { border-color: rgb(193,40,221); }

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