Html Css Color HEX #C328B2 Fuchsia

📋 copy color: '#C328B2'

red 195 ◦ green 40 ◦ blue 178

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

Shades of Fuchsia #C328B2

Tints of Fuchsia #C328B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 43.1%

R = 47.22%
G = 9.69%
B = 43.1%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C328B2 (or 0xC328B2) is known color: Fuchsia. HEX triplet: C3, 28 and B2. RGB value is (195,40,178). Sum of RGB (Red+Green+Blue) = 195+40+178=413 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.22% from 413); Green value is 40 (16.02% from 255 or 9.69% from 413); Blue value is 178 (69.92% from 255 or 43.10% from 413); Max value from RGB is 195 - color contains mainly: red. Hex color #C328B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C328B2 is #3CD74D. Grayscale: #656565. Windows color (decimal): -3987278 or 11675843. OLE color: 11675843.

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

Color convert

RGB 195 40 178 -
CMYK 0 0.79 0.09 0.24
HSL 306.58º 0.66% 0.46% -
HSV(B) 306.58º 0.79% 0.76% -
XYZ 31.3 16.33 43.62 -
YUV 102.08 170.85 194.28 -
System Red Green Blue C M Y K H S L
Decimal 195 40 178 0 0.79 0.09 0.24 306.58 0.66 0.46
Hex C3 28 B2 0 4F 9 18 133 42 2E
Octal 303 50 262 0 117 11 30 463 102 56
Binary 11000011 101000 10110010 0 1001111 1001 11000 100110011 1000010 101110

Color Harmonies of #C328B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C328B2

Black with #C328B2

Text Example


Text Example

White with #C328B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C328B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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