Html Css Color HEX #C128C6 Deep Magenta

📋 copy color: '#C128C6'

red 193 ◦ green 40 ◦ blue 198

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

Shades of Deep Magenta #C128C6

Tints of Deep Magenta #C128C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 45.94%

R = 44.78%
G = 9.28%
B = 45.94%

CMYK

 C value IS 0.03

 M value IS 0.80

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C128C6 (or 0xC128C6) is known color: Deep Magenta. HEX triplet: C1, 28 and C6. RGB value is (193,40,198). Sum of RGB (Red+Green+Blue) = 193+40+198=431 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.78% from 431); Green value is 40 (16.02% from 255 or 9.28% from 431); Blue value is 198 (77.73% from 255 or 45.94% from 431); Max value from RGB is 198 - color contains mainly: blue. Hex color #C128C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C128C6 is #3ED739. Grayscale: #676767. Windows color (decimal): -4118330 or 12986561. OLE color: 12986561.

HSL color Cylindrical-coordinate representation of color #C128C6: hue angle of 298.1º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C128C6 is Cyan = 0.03, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 193 40 198 -
CMYK 0.03 0.80 0 0.22
HSL 298.1º 0.66% 0.47% -
HSV(B) 298.1º 0.8% 0.78% -
XYZ 32.94 16.93 54.96 -
YUV 103.76 181.19 191.65 -
System Red Green Blue C M Y K H S L
Decimal 193 40 198 0.03 0.80 0 0.22 298.1 0.66 0.47
Hex C1 28 C6 3 50 0 16 12A 42 2F
Octal 301 50 306 3 120 0 26 452 102 57
Binary 11000001 101000 11000110 11 1010000 0 10110 100101010 1000010 101111

Color Harmonies of #C128C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C128C6

Black with #C128C6

Text Example


Text Example

White with #C128C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C128C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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