Html Css Color HEX #C356BE Fuchsia

📋 copy color: '#C356BE'

red 195 ◦ green 86 ◦ blue 190

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

Shades of Fuchsia #C356BE

Tints of Fuchsia #C356BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.34%

R = 41.4%
G = 18.26%
B = 40.34%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C356BE (or 0xC356BE) is known color: Fuchsia. HEX triplet: C3, 56 and BE. RGB value is (195,86,190). Sum of RGB (Red+Green+Blue) = 195+86+190=471 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.40% from 471); Green value is 86 (33.98% from 255 or 18.26% from 471); Blue value is 190 (74.61% from 255 or 40.34% from 471); Max value from RGB is 195 - color contains mainly: red. Hex color #C356BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C356BE is #3CA941. Grayscale: #828282. Windows color (decimal): -3975490 or 12474051. OLE color: 12474051.

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

Color convert

RGB 195 86 190 -
CMYK 0 0.56 0.03 0.24
HSL 302.75º 0.48% 0.55% -
HSV(B) 302.75º 0.56% 0.76% -
XYZ 35.13 21.98 51.11 -
YUV 130.45 161.61 174.04 -
System Red Green Blue C M Y K H S L
Decimal 195 86 190 0 0.56 0.03 0.24 302.75 0.48 0.55
Hex C3 56 BE 0 38 3 18 12F 30 37
Octal 303 126 276 0 70 3 30 457 60 67
Binary 11000011 1010110 10111110 0 111000 11 11000 100101111 110000 110111

Color Harmonies of #C356BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C356BE

Black with #C356BE

Text Example


Text Example

White with #C356BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C356BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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