Html Css Color HEX #C128CF Deep Magenta

📋 copy color: '#C128CF'

red 193 ◦ green 40 ◦ blue 207

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

Shades of Deep Magenta #C128CF

Tints of Deep Magenta #C128CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 47.05%

R = 43.86%
G = 9.09%
B = 47.05%

CMYK

 C value IS 0.07

 M value IS 0.81

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C128CF (or 0xC128CF) is known color: Deep Magenta. HEX triplet: C1, 28 and CF. RGB value is (193,40,207). Sum of RGB (Red+Green+Blue) = 193+40+207=440 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.86% from 440); Green value is 40 (16.02% from 255 or 9.09% from 440); Blue value is 207 (81.25% from 255 or 47.05% from 440); Max value from RGB is 207 - color contains mainly: blue. Hex color #C128CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C128CF is #3ED730. Grayscale: #686868. Windows color (decimal): -4118321 or 13576385. OLE color: 13576385.

HSL color Cylindrical-coordinate representation of color #C128CF: hue angle of 294.97º degrees, saturation: 0.68, 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 #C128CF is Cyan = 0.07, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 193 40 207 -
CMYK 0.07 0.81 0 0.19
HSL 294.97º 0.68% 0.48% -
HSV(B) 294.97º 0.81% 0.81% -
XYZ 34.01 17.36 60.59 -
YUV 104.79 185.69 190.92 -
System Red Green Blue C M Y K H S L
Decimal 193 40 207 0.07 0.81 0 0.19 294.97 0.68 0.48
Hex C1 28 CF 7 51 0 13 127 44 30
Octal 301 50 317 7 121 0 23 447 104 60
Binary 11000001 101000 11001111 111 1010001 0 10011 100100111 1000100 110000

Color Harmonies of #C128CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C128CF

Black with #C128CF

Text Example


Text Example

White with #C128CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C128CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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