Html Css Color HEX #C128CE Deep Magenta

📋 copy color: '#C128CE'

red 193 ◦ green 40 ◦ blue 206

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

Shades of Deep Magenta #C128CE

Tints of Deep Magenta #C128CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.92%

R = 43.96%
G = 9.11%
B = 46.92%

CMYK

 C value IS 0.06

 M value IS 0.81

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C128CE (or 0xC128CE) is known color: Deep Magenta. HEX triplet: C1, 28 and CE. RGB value is (193,40,206). Sum of RGB (Red+Green+Blue) = 193+40+206=439 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.96% from 439); Green value is 40 (16.02% from 255 or 9.11% from 439); Blue value is 206 (80.86% from 255 or 46.92% from 439); Max value from RGB is 206 - color contains mainly: blue. Hex color #C128CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C128CE is #3ED731. Grayscale: #686868. Windows color (decimal): -4118322 or 13510849. OLE color: 13510849.

HSL color Cylindrical-coordinate representation of color #C128CE: hue angle of 295.3º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C128CE is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 193 40 206 -
CMYK 0.06 0.81 0 0.19
HSL 295.3º 0.67% 0.48% -
HSV(B) 295.3º 0.81% 0.81% -
XYZ 33.89 17.31 59.95 -
YUV 104.67 185.19 191 -
System Red Green Blue C M Y K H S L
Decimal 193 40 206 0.06 0.81 0 0.19 295.3 0.67 0.48
Hex C1 28 CE 6 51 0 13 127 43 30
Octal 301 50 316 6 121 0 23 447 103 60
Binary 11000001 101000 11001110 110 1010001 0 10011 100100111 1000011 110000

Color Harmonies of #C128CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C128CE

Black with #C128CE

Text Example


Text Example

White with #C128CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C128CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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