Html Css Color HEX #C356C1 Fuchsia

📋 copy color: '#C356C1'

red 195 ◦ green 86 ◦ blue 193

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

Shades of Fuchsia #C356C1

Tints of Fuchsia #C356C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 40.72%

R = 41.14%
G = 18.14%
B = 40.72%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#C356C1 (or 0xC356C1) is known color: Fuchsia. HEX triplet: C3, 56 and C1. RGB value is (195,86,193). Sum of RGB (Red+Green+Blue) = 195+86+193=474 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.14% from 474); Green value is 86 (33.98% from 255 or 18.14% from 474); Blue value is 193 (75.78% from 255 or 40.72% from 474); Max value from RGB is 195 - color contains mainly: red. Hex color #C356C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C356C1 is #3CA93E. Grayscale: #828282. Windows color (decimal): -3975487 or 12670659. OLE color: 12670659.

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

Color convert

RGB 195 86 193 -
CMYK 0 0.56 0.01 0.24
HSL 301.1º 0.48% 0.55% -
HSV(B) 301.1º 0.56% 0.76% -
XYZ 35.46 22.11 52.85 -
YUV 130.79 163.11 173.8 -
System Red Green Blue C M Y K H S L
Decimal 195 86 193 0 0.56 0.01 0.24 301.1 0.48 0.55
Hex C3 56 C1 0 38 1 18 12D 30 37
Octal 303 126 301 0 70 1 30 455 60 67
Binary 11000011 1010110 11000001 0 111000 1 11000 100101101 110000 110111

Color Harmonies of #C356C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C356C1

Black with #C356C1

Text Example


Text Example

White with #C356C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C356C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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