Html Css Color HEX #C129D7 Deep Magenta

📋 copy color: '#C129D7'

red 193 ◦ green 41 ◦ blue 215

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

Shades of Deep Magenta #C129D7

Tints of Deep Magenta #C129D7

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.13%

 BLUE value IS 215 (84.38% from 255) = 47.88%

R = 42.98%
G = 9.13%
B = 47.88%

CMYK

 C value IS 0.10

 M value IS 0.81

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C129D7 (or 0xC129D7) is known color: Deep Magenta. HEX triplet: C1, 29 and D7. RGB value is (193,41,215). Sum of RGB (Red+Green+Blue) = 193+41+215=449 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.98% from 449); Green value is 41 (16.41% from 255 or 9.13% from 449); Blue value is 215 (84.38% from 255 or 47.88% from 449); Max value from RGB is 215 - color contains mainly: blue. Hex color #C129D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C129D7 is #3ED628. Grayscale: #696969. Windows color (decimal): -4118057 or 14100929. OLE color: 14100929.

HSL color Cylindrical-coordinate representation of color #C129D7: hue angle of 292.41º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C129D7 is Cyan = 0.10, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 193 41 215 -
CMYK 0.10 0.81 0 0.16
HSL 292.41º 0.69% 0.5% -
HSV(B) 292.41º 0.81% 0.84% -
XYZ 35.05 17.83 65.88 -
YUV 106.28 189.36 189.85 -
System Red Green Blue C M Y K H S L
Decimal 193 41 215 0.10 0.81 0 0.16 292.41 0.69 0.5
Hex C1 29 D7 A 51 0 10 124 45 32
Octal 301 51 327 12 121 0 20 444 105 62
Binary 11000001 101001 11010111 1010 1010001 0 10000 100100100 1000101 110010

Color Harmonies of #C129D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C129D7

Black with #C129D7

Text Example


Text Example

White with #C129D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C129D7; }

 p { color: rgb(193,41,215); }

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

background-color css

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

 a { background-color: rgb(193,41,215); }

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

border-color css

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

 span { border-color: rgb(193,41,215); }

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