Html Css Color HEX #C329D9 Deep Magenta

📋 copy color: '#C329D9'

red 195 ◦ green 41 ◦ blue 217

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

Shades of Deep Magenta #C329D9

Tints of Deep Magenta #C329D9

RGB

 RED value IS 195 (76.56% from 255) = 43.05%

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

 BLUE value IS 217 (85.16% from 255) = 47.9%

R = 43.05%
G = 9.05%
B = 47.9%

CMYK

 C value IS 0.10

 M value IS 0.81

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C329D9 (or 0xC329D9) is known color: Deep Magenta. HEX triplet: C3, 29 and D9. RGB value is (195,41,217). Sum of RGB (Red+Green+Blue) = 195+41+217=453 (60% of max value = 765). Red value is 195 (76.56% from 255 or 43.05% from 453); Green value is 41 (16.41% from 255 or 9.05% from 453); Blue value is 217 (85.16% from 255 or 47.90% from 453); Max value from RGB is 217 - color contains mainly: blue. Hex color #C329D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C329D9 is #3CD626. Grayscale: #6A6A6A. Windows color (decimal): -3986983 or 14232003. OLE color: 14232003.

HSL color Cylindrical-coordinate representation of color #C329D9: hue angle of 292.5º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C329D9 is Cyan = 0.10, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 195 41 217 -
CMYK 0.10 0.81 0 0.15
HSL 292.5º 0.7% 0.51% -
HSV(B) 292.5º 0.81% 0.85% -
XYZ 35.82 18.2 67.27 -
YUV 107.11 190.02 190.69 -
System Red Green Blue C M Y K H S L
Decimal 195 41 217 0.10 0.81 0 0.15 292.5 0.7 0.51
Hex C3 29 D9 A 51 0 F 124 46 33
Octal 303 51 331 12 121 0 17 444 106 63
Binary 11000011 101001 11011001 1010 1010001 0 1111 100100100 1000110 110011

Color Harmonies of #C329D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C329D9

Black with #C329D9

Text Example


Text Example

White with #C329D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C329D9; }

 p { color: rgb(195,41,217); }

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

background-color css

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

 a { background-color: rgb(195,41,217); }

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

border-color css

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

 span { border-color: rgb(195,41,217); }

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