Html Css Color HEX #C128D3 Deep Magenta

📋 copy color: '#C128D3'

red 193 ◦ green 40 ◦ blue 211

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

Shades of Deep Magenta #C128D3

Tints of Deep Magenta #C128D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 47.52%

R = 43.47%
G = 9.01%
B = 47.52%

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

#C128D3 (or 0xC128D3) is known color: Deep Magenta. HEX triplet: C1, 28 and D3. RGB value is (193,40,211). Sum of RGB (Red+Green+Blue) = 193+40+211=444 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.47% from 444); Green value is 40 (16.02% from 255 or 9.01% from 444); Blue value is 211 (82.81% from 255 or 47.52% from 444); Max value from RGB is 211 - color contains mainly: blue. Hex color #C128D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C128D3 is #3ED72C. Grayscale: #686868. Windows color (decimal): -4118317 or 13838529. OLE color: 13838529.

HSL color Cylindrical-coordinate representation of color #C128D3: hue angle of 293.68º 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 #C128D3 is Cyan = 0.09, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 193 40 211 -
CMYK 0.09 0.81 0 0.17
HSL 293.68º 0.68% 0.49% -
HSV(B) 293.68º 0.81% 0.83% -
XYZ 34.51 17.56 63.2 -
YUV 105.24 187.69 190.6 -
System Red Green Blue C M Y K H S L
Decimal 193 40 211 0.09 0.81 0 0.17 293.68 0.68 0.49
Hex C1 28 D3 9 51 0 11 126 44 31
Octal 301 50 323 11 121 0 21 446 104 61
Binary 11000001 101000 11010011 1001 1010001 0 10001 100100110 1000100 110001

Color Harmonies of #C128D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C128D3

Black with #C128D3

Text Example


Text Example

White with #C128D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C128D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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