Html Css Color HEX #C329B6 Fuchsia

📋 copy color: '#C329B6'

red 195 ◦ green 41 ◦ blue 182

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

Shades of Fuchsia #C329B6

Tints of Fuchsia #C329B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 43.54%

R = 46.65%
G = 9.81%
B = 43.54%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#C329B6 (or 0xC329B6) is known color: Fuchsia. HEX triplet: C3, 29 and B6. RGB value is (195,41,182). Sum of RGB (Red+Green+Blue) = 195+41+182=418 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.65% from 418); Green value is 41 (16.41% from 255 or 9.81% from 418); Blue value is 182 (71.48% from 255 or 43.54% from 418); Max value from RGB is 195 - color contains mainly: red. Hex color #C329B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C329B6 is #3CD649. Grayscale: #666666. Windows color (decimal): -3987018 or 11938243. OLE color: 11938243.

HSL color Cylindrical-coordinate representation of color #C329B6: hue angle of 305.06º 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 #C329B6 is Cyan = 0, Magento = 0.79, Yellow = 0.07 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 41 182 -
CMYK 0 0.79 0.07 0.24
HSL 305.06º 0.65% 0.46% -
HSV(B) 305.06º 0.79% 0.76% -
XYZ 31.74 16.57 45.78 -
YUV 103.12 172.52 193.54 -
System Red Green Blue C M Y K H S L
Decimal 195 41 182 0 0.79 0.07 0.24 305.06 0.65 0.46
Hex C3 29 B6 0 4F 7 18 131 41 2E
Octal 303 51 266 0 117 7 30 461 101 56
Binary 11000011 101001 10110110 0 1001111 111 11000 100110001 1000001 101110

Color Harmonies of #C329B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C329B6

Black with #C329B6

Text Example


Text Example

White with #C329B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C329B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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