Html Css Color HEX #C329BE Fuchsia

📋 copy color: '#C329BE'

red 195 ◦ green 41 ◦ blue 190

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

Shades of Fuchsia #C329BE

Tints of Fuchsia #C329BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 44.6%

R = 45.77%
G = 9.62%
B = 44.6%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C329BE (or 0xC329BE) is known color: Fuchsia. HEX triplet: C3, 29 and BE. RGB value is (195,41,190). Sum of RGB (Red+Green+Blue) = 195+41+190=426 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.77% from 426); Green value is 41 (16.41% from 255 or 9.62% from 426); Blue value is 190 (74.61% from 255 or 44.60% from 426); Max value from RGB is 195 - color contains mainly: red. Hex color #C329BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C329BE is #3CD641. Grayscale: #676767. Windows color (decimal): -3987010 or 12462531. OLE color: 12462531.

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

Color convert

RGB 195 41 190 -
CMYK 0 0.79 0.03 0.24
HSL 301.95º 0.65% 0.46% -
HSV(B) 301.95º 0.79% 0.76% -
XYZ 32.59 16.91 50.26 -
YUV 104.03 176.52 192.88 -
System Red Green Blue C M Y K H S L
Decimal 195 41 190 0 0.79 0.03 0.24 301.95 0.65 0.46
Hex C3 29 BE 0 4F 3 18 12E 41 2E
Octal 303 51 276 0 117 3 30 456 101 56
Binary 11000011 101001 10111110 0 1001111 11 11000 100101110 1000001 101110

Color Harmonies of #C329BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C329BE

Black with #C329BE

Text Example


Text Example

White with #C329BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C329BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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