Html Css Color HEX #C356B2 Fuchsia

📋 copy color: '#C356B2'

red 195 ◦ green 86 ◦ blue 178

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

Shades of Fuchsia #C356B2

Tints of Fuchsia #C356B2

RGB

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

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

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

R = 42.48%
G = 18.74%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C356B2 (or 0xC356B2) is known color: Fuchsia. HEX triplet: C3, 56 and B2. RGB value is (195,86,178). Sum of RGB (Red+Green+Blue) = 195+86+178=459 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.48% from 459); Green value is 86 (33.98% from 255 or 18.74% from 459); Blue value is 178 (69.92% from 255 or 38.78% from 459); Max value from RGB is 195 - color contains mainly: red. Hex color #C356B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C356B2 is #3CA94D. Grayscale: #808080. Windows color (decimal): -3975502 or 11687619. OLE color: 11687619.

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

Color convert

RGB 195 86 178 -
CMYK 0 0.56 0.09 0.24
HSL 309.36º 0.48% 0.55% -
HSV(B) 309.36º 0.56% 0.76% -
XYZ 33.87 21.47 44.48 -
YUV 129.08 155.61 175.02 -
System Red Green Blue C M Y K H S L
Decimal 195 86 178 0 0.56 0.09 0.24 309.36 0.48 0.55
Hex C3 56 B2 0 38 9 18 135 30 37
Octal 303 126 262 0 70 11 30 465 60 67
Binary 11000011 1010110 10110010 0 111000 1001 11000 100110101 110000 110111

Color Harmonies of #C356B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C356B2

Black with #C356B2

Text Example


Text Example

White with #C356B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C356B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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