Html Css Color HEX #C329BA Fuchsia

📋 copy color: '#C329BA'

red 195 ◦ green 41 ◦ blue 186

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

Shades of Fuchsia #C329BA

Tints of Fuchsia #C329BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 44.08%

R = 46.21%
G = 9.72%
B = 44.08%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C329BA (or 0xC329BA) is known color: Fuchsia. HEX triplet: C3, 29 and BA. RGB value is (195,41,186). Sum of RGB (Red+Green+Blue) = 195+41+186=422 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.21% from 422); Green value is 41 (16.41% from 255 or 9.72% from 422); Blue value is 186 (73.05% from 255 or 44.08% from 422); Max value from RGB is 195 - color contains mainly: red. Hex color #C329BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C329BA is #3CD645. Grayscale: #676767. Windows color (decimal): -3987014 or 12200387. OLE color: 12200387.

HSL color Cylindrical-coordinate representation of color #C329BA: hue angle of 303.51º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C329BA is Cyan = 0, Magento = 0.79, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 41 186 -
CMYK 0 0.79 0.05 0.24
HSL 303.51º 0.65% 0.46% -
HSV(B) 303.51º 0.79% 0.76% -
XYZ 32.16 16.73 47.99 -
YUV 103.58 174.52 193.21 -
System Red Green Blue C M Y K H S L
Decimal 195 41 186 0 0.79 0.05 0.24 303.51 0.65 0.46
Hex C3 29 BA 0 4F 5 18 130 41 2E
Octal 303 51 272 0 117 5 30 460 101 56
Binary 11000011 101001 10111010 0 1001111 101 11000 100110000 1000001 101110

Color Harmonies of #C329BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C329BA

Black with #C329BA

Text Example


Text Example

White with #C329BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C329BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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