Html Css Color HEX #C356BA Fuchsia

📋 copy color: '#C356BA'

red 195 ◦ green 86 ◦ blue 186

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

Shades of Fuchsia #C356BA

Tints of Fuchsia #C356BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 39.83%

R = 41.76%
G = 18.42%
B = 39.83%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C356BA (or 0xC356BA) is known color: Fuchsia. HEX triplet: C3, 56 and BA. RGB value is (195,86,186). Sum of RGB (Red+Green+Blue) = 195+86+186=467 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.76% from 467); Green value is 86 (33.98% from 255 or 18.42% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 195 - color contains mainly: red. Hex color #C356BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C356BA is #3CA945. Grayscale: #818181. Windows color (decimal): -3975494 or 12211907. OLE color: 12211907.

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

Color convert

RGB 195 86 186 -
CMYK 0 0.56 0.05 0.24
HSL 304.95º 0.48% 0.55% -
HSV(B) 304.95º 0.56% 0.76% -
XYZ 34.7 21.8 48.83 -
YUV 129.99 159.61 174.37 -
System Red Green Blue C M Y K H S L
Decimal 195 86 186 0 0.56 0.05 0.24 304.95 0.48 0.55
Hex C3 56 BA 0 38 5 18 131 30 37
Octal 303 126 272 0 70 5 30 461 60 67
Binary 11000011 1010110 10111010 0 111000 101 11000 100110001 110000 110111

Color Harmonies of #C356BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C356BA

Black with #C356BA

Text Example


Text Example

White with #C356BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C356BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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