Html Css Color HEX #C328B5 Fuchsia

📋 copy color: '#C328B5'

red 195 ◦ green 40 ◦ blue 181

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

Shades of Fuchsia #C328B5

Tints of Fuchsia #C328B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 43.51%

R = 46.88%
G = 9.62%
B = 43.51%

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

#C328B5 (or 0xC328B5) is known color: Fuchsia. HEX triplet: C3, 28 and B5. RGB value is (195,40,181). Sum of RGB (Red+Green+Blue) = 195+40+181=416 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.88% from 416); Green value is 40 (16.02% from 255 or 9.62% from 416); Blue value is 181 (71.09% from 255 or 43.51% from 416); Max value from RGB is 195 - color contains mainly: red. Hex color #C328B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C328B5 is #3CD74A. Grayscale: #666666. Windows color (decimal): -3987275 or 11872451. OLE color: 11872451.

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

Color convert

RGB 195 40 181 -
CMYK 0 0.79 0.07 0.24
HSL 305.42º 0.66% 0.46% -
HSV(B) 305.42º 0.79% 0.76% -
XYZ 31.6 16.46 45.23 -
YUV 102.42 172.35 194.04 -
System Red Green Blue C M Y K H S L
Decimal 195 40 181 0 0.79 0.07 0.24 305.42 0.66 0.46
Hex C3 28 B5 0 4F 7 18 131 42 2E
Octal 303 50 265 0 117 7 30 461 102 56
Binary 11000011 101000 10110101 0 1001111 111 11000 100110001 1000010 101110

Color Harmonies of #C328B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C328B5

Black with #C328B5

Text Example


Text Example

White with #C328B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C328B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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