Html Css Color HEX #C356B0 Fuchsia

📋 copy color: '#C356B0'

red 195 ◦ green 86 ◦ blue 176

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

Shades of Fuchsia #C356B0

Tints of Fuchsia #C356B0

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.82%

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

R = 42.67%
G = 18.82%
B = 38.51%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C356B0 (or 0xC356B0) is known color: Fuchsia. HEX triplet: C3, 56 and B0. RGB value is (195,86,176). Sum of RGB (Red+Green+Blue) = 195+86+176=457 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.67% from 457); Green value is 86 (33.98% from 255 or 18.82% from 457); Blue value is 176 (69.14% from 255 or 38.51% from 457); Max value from RGB is 195 - color contains mainly: red. Hex color #C356B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C356B0 is #3CA94F. Grayscale: #808080. Windows color (decimal): -3975504 or 11556547. OLE color: 11556547.

HSL color Cylindrical-coordinate representation of color #C356B0: hue angle of 310.46º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C356B0 is Cyan = 0, Magento = 0.56, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 86 176 -
CMYK 0 0.56 0.10 0.24
HSL 310.46º 0.48% 0.55% -
HSV(B) 310.46º 0.56% 0.76% -
XYZ 33.67 21.39 43.43 -
YUV 128.85 154.61 175.18 -
System Red Green Blue C M Y K H S L
Decimal 195 86 176 0 0.56 0.10 0.24 310.46 0.48 0.55
Hex C3 56 B0 0 38 A 18 136 30 37
Octal 303 126 260 0 70 12 30 466 60 67
Binary 11000011 1010110 10110000 0 111000 1010 11000 100110110 110000 110111

Color Harmonies of #C356B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C356B0

Black with #C356B0

Text Example


Text Example

White with #C356B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C356B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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