Html Css Color HEX #C356BB Fuchsia

📋 copy color: '#C356BB'

red 195 ◦ green 86 ◦ blue 187

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

Shades of Fuchsia #C356BB

Tints of Fuchsia #C356BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 39.96%

R = 41.67%
G = 18.38%
B = 39.96%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C356BB (or 0xC356BB) is known color: Fuchsia. HEX triplet: C3, 56 and BB. RGB value is (195,86,187). Sum of RGB (Red+Green+Blue) = 195+86+187=468 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.67% from 468); Green value is 86 (33.98% from 255 or 18.38% from 468); Blue value is 187 (73.44% from 255 or 39.96% from 468); Max value from RGB is 195 - color contains mainly: red. Hex color #C356BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C356BB is #3CA944. Grayscale: #818181. Windows color (decimal): -3975493 or 12277443. OLE color: 12277443.

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

Color convert

RGB 195 86 187 -
CMYK 0 0.56 0.04 0.24
HSL 304.4º 0.48% 0.55% -
HSV(B) 304.4º 0.56% 0.76% -
XYZ 34.8 21.85 49.4 -
YUV 130.11 160.11 174.29 -
System Red Green Blue C M Y K H S L
Decimal 195 86 187 0 0.56 0.04 0.24 304.4 0.48 0.55
Hex C3 56 BB 0 38 4 18 130 30 37
Octal 303 126 273 0 70 4 30 460 60 67
Binary 11000011 1010110 10111011 0 111000 100 11000 100110000 110000 110111

Color Harmonies of #C356BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C356BB

Black with #C356BB

Text Example


Text Example

White with #C356BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C356BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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