Html Css Color HEX #C128DC Deep Magenta

📋 copy color: '#C128DC'

red 193 ◦ green 40 ◦ blue 220

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

Shades of Deep Magenta #C128DC

Tints of Deep Magenta #C128DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 48.57%

R = 42.6%
G = 8.83%
B = 48.57%

CMYK

 C value IS 0.12

 M value IS 0.82

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C128DC (or 0xC128DC) is known color: Deep Magenta. HEX triplet: C1, 28 and DC. RGB value is (193,40,220). Sum of RGB (Red+Green+Blue) = 193+40+220=453 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.60% from 453); Green value is 40 (16.02% from 255 or 8.83% from 453); Blue value is 220 (86.33% from 255 or 48.57% from 453); Max value from RGB is 220 - color contains mainly: blue. Hex color #C128DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C128DC is #3ED723. Grayscale: #696969. Windows color (decimal): -4118308 or 14428353. OLE color: 14428353.

HSL color Cylindrical-coordinate representation of color #C128DC: hue angle of 291º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C128DC is Cyan = 0.12, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 193 40 220 -
CMYK 0.12 0.82 0 0.14
HSL 291º 0.72% 0.51% -
HSV(B) 291º 0.82% 0.86% -
XYZ 35.67 18.02 69.31 -
YUV 106.27 192.19 189.86 -
System Red Green Blue C M Y K H S L
Decimal 193 40 220 0.12 0.82 0 0.14 291 0.72 0.51
Hex C1 28 DC C 52 0 E 123 48 33
Octal 301 50 334 14 122 0 16 443 110 63
Binary 11000001 101000 11011100 1100 1010010 0 1110 100100011 1001000 110011

Color Harmonies of #C128DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C128DC

Black with #C128DC

Text Example


Text Example

White with #C128DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C128DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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