Html Css Color HEX #C328B0 Fuchsia

📋 copy color: '#C328B0'

red 195 ◦ green 40 ◦ blue 176

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

Shades of Fuchsia #C328B0

Tints of Fuchsia #C328B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 42.82%

R = 47.45%
G = 9.73%
B = 42.82%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C328B0 (or 0xC328B0) is known color: Fuchsia. HEX triplet: C3, 28 and B0. RGB value is (195,40,176). Sum of RGB (Red+Green+Blue) = 195+40+176=411 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.45% from 411); Green value is 40 (16.02% from 255 or 9.73% from 411); Blue value is 176 (69.14% from 255 or 42.82% from 411); Max value from RGB is 195 - color contains mainly: red. Hex color #C328B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C328B0 is #3CD74F. Grayscale: #656565. Windows color (decimal): -3987280 or 11544771. OLE color: 11544771.

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

Color convert

RGB 195 40 176 -
CMYK 0 0.79 0.10 0.24
HSL 307.35º 0.66% 0.46% -
HSV(B) 307.35º 0.79% 0.76% -
XYZ 31.1 16.25 42.57 -
YUV 101.85 169.85 194.44 -
System Red Green Blue C M Y K H S L
Decimal 195 40 176 0 0.79 0.10 0.24 307.35 0.66 0.46
Hex C3 28 B0 0 4F A 18 133 42 2E
Octal 303 50 260 0 117 12 30 463 102 56
Binary 11000011 101000 10110000 0 1001111 1010 11000 100110011 1000010 101110

Color Harmonies of #C328B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C328B0

Black with #C328B0

Text Example


Text Example

White with #C328B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C328B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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