Html Css Color HEX #C328B3 Fuchsia

📋 copy color: '#C328B3'

red 195 ◦ green 40 ◦ blue 179

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

Shades of Fuchsia #C328B3

Tints of Fuchsia #C328B3

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.66%

 BLUE value IS 179 (70.31% from 255) = 43.24%

R = 47.1%
G = 9.66%
B = 43.24%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.08

 K value IS 0.24

RGB Variations

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

Color information

#C328B3 (or 0xC328B3) is known color: Fuchsia. HEX triplet: C3, 28 and B3. RGB value is (195,40,179). Sum of RGB (Red+Green+Blue) = 195+40+179=414 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.10% from 414); Green value is 40 (16.02% from 255 or 9.66% from 414); Blue value is 179 (70.31% from 255 or 43.24% from 414); Max value from RGB is 195 - color contains mainly: red. Hex color #C328B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C328B3 is #3CD74C. Grayscale: #656565. Windows color (decimal): -3987277 or 11741379. OLE color: 11741379.

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

Color convert

RGB 195 40 179 -
CMYK 0 0.79 0.08 0.24
HSL 306.19º 0.66% 0.46% -
HSV(B) 306.19º 0.79% 0.76% -
XYZ 31.4 16.37 44.15 -
YUV 102.19 171.35 194.2 -
System Red Green Blue C M Y K H S L
Decimal 195 40 179 0 0.79 0.08 0.24 306.19 0.66 0.46
Hex C3 28 B3 0 4F 8 18 132 42 2E
Octal 303 50 263 0 117 10 30 462 102 56
Binary 11000011 101000 10110011 0 1001111 1000 11000 100110010 1000010 101110

Color Harmonies of #C328B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C328B3

Black with #C328B3

Text Example


Text Example

White with #C328B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C328B3; }

 p { color: rgb(195,40,179); }

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

background-color css

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

 a { background-color: rgb(195,40,179); }

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

border-color css

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

 span { border-color: rgb(195,40,179); }

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