Html Css Color HEX #C128D4 Deep Magenta

📋 copy color: '#C128D4'

red 193 ◦ green 40 ◦ blue 212

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

Shades of Deep Magenta #C128D4

Tints of Deep Magenta #C128D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 47.64%

R = 43.37%
G = 8.99%
B = 47.64%

CMYK

 C value IS 0.09

 M value IS 0.81

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C128D4 (or 0xC128D4) is known color: Deep Magenta. HEX triplet: C1, 28 and D4. RGB value is (193,40,212). Sum of RGB (Red+Green+Blue) = 193+40+212=445 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.37% from 445); Green value is 40 (16.02% from 255 or 8.99% from 445); Blue value is 212 (83.20% from 255 or 47.64% from 445); Max value from RGB is 212 - color contains mainly: blue. Hex color #C128D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C128D4 is #3ED72B. Grayscale: #686868. Windows color (decimal): -4118316 or 13904065. OLE color: 13904065.

HSL color Cylindrical-coordinate representation of color #C128D4: hue angle of 293.37º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C128D4 is Cyan = 0.09, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 193 40 212 -
CMYK 0.09 0.81 0 0.17
HSL 293.37º 0.68% 0.49% -
HSV(B) 293.37º 0.81% 0.83% -
XYZ 34.63 17.61 63.86 -
YUV 105.36 188.19 190.51 -
System Red Green Blue C M Y K H S L
Decimal 193 40 212 0.09 0.81 0 0.17 293.37 0.68 0.49
Hex C1 28 D4 9 51 0 11 125 44 31
Octal 301 50 324 11 121 0 21 445 104 61
Binary 11000001 101000 11010100 1001 1010001 0 10001 100100101 1000100 110001

Color Harmonies of #C128D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C128D4

Black with #C128D4

Text Example


Text Example

White with #C128D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C128D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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