Html Css Color HEX #C128DA Deep Magenta

📋 copy color: '#C128DA'

red 193 ◦ green 40 ◦ blue 218

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

Shades of Deep Magenta #C128DA

Tints of Deep Magenta #C128DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 48.34%

R = 42.79%
G = 8.87%
B = 48.34%

CMYK

 C value IS 0.11

 M value IS 0.82

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C128DA (or 0xC128DA) is known color: Deep Magenta. HEX triplet: C1, 28 and DA. RGB value is (193,40,218). Sum of RGB (Red+Green+Blue) = 193+40+218=451 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.79% from 451); Green value is 40 (16.02% from 255 or 8.87% from 451); Blue value is 218 (85.55% from 255 or 48.34% from 451); Max value from RGB is 218 - color contains mainly: blue. Hex color #C128DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C128DA is #3ED725. Grayscale: #696969. Windows color (decimal): -4118310 or 14297281. OLE color: 14297281.

HSL color Cylindrical-coordinate representation of color #C128DA: hue angle of 291.57º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C128DA is Cyan = 0.11, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 193 40 218 -
CMYK 0.11 0.82 0 0.15
HSL 291.57º 0.71% 0.51% -
HSV(B) 291.57º 0.82% 0.85% -
XYZ 35.41 17.92 67.92 -
YUV 106.04 191.19 190.03 -
System Red Green Blue C M Y K H S L
Decimal 193 40 218 0.11 0.82 0 0.15 291.57 0.71 0.51
Hex C1 28 DA B 52 0 F 124 47 33
Octal 301 50 332 13 122 0 17 444 107 63
Binary 11000001 101000 11011010 1011 1010010 0 1111 100100100 1000111 110011

Color Harmonies of #C128DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C128DA

Black with #C128DA

Text Example


Text Example

White with #C128DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C128DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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