Html Css Color HEX #C128D7 Deep Magenta

📋 copy color: '#C128D7'

red 193 ◦ green 40 ◦ blue 215

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

Shades of Deep Magenta #C128D7

Tints of Deep Magenta #C128D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 47.99%

R = 43.08%
G = 8.93%
B = 47.99%

CMYK

 C value IS 0.10

 M value IS 0.81

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C128D7 (or 0xC128D7) is known color: Deep Magenta. HEX triplet: C1, 28 and D7. RGB value is (193,40,215). Sum of RGB (Red+Green+Blue) = 193+40+215=448 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.08% from 448); Green value is 40 (16.02% from 255 or 8.93% from 448); Blue value is 215 (84.38% from 255 or 47.99% from 448); Max value from RGB is 215 - color contains mainly: blue. Hex color #C128D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C128D7 is #3ED728. Grayscale: #696969. Windows color (decimal): -4118313 or 14100673. OLE color: 14100673.

HSL color Cylindrical-coordinate representation of color #C128D7: hue angle of 292.46º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C128D7 is Cyan = 0.10, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 193 40 215 -
CMYK 0.10 0.81 0 0.16
HSL 292.46º 0.69% 0.5% -
HSV(B) 292.46º 0.81% 0.84% -
XYZ 35.02 17.76 65.87 -
YUV 105.7 189.69 190.27 -
System Red Green Blue C M Y K H S L
Decimal 193 40 215 0.10 0.81 0 0.16 292.46 0.69 0.5
Hex C1 28 D7 A 51 0 10 124 45 32
Octal 301 50 327 12 121 0 20 444 105 62
Binary 11000001 101000 11010111 1010 1010001 0 10000 100100100 1000101 110010

Color Harmonies of #C128D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C128D7

Black with #C128D7

Text Example


Text Example

White with #C128D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C128D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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