Html Css Color HEX #C355A8 Fuchsia

📋 copy color: '#C355A8'

red 195 ◦ green 85 ◦ blue 168

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

Shades of Fuchsia #C355A8

Tints of Fuchsia #C355A8

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.97%

 BLUE value IS 168 (66.02% from 255) = 37.5%

R = 43.53%
G = 18.97%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.14

 K value IS 0.24

RGB Variations

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

Color information

#C355A8 (or 0xC355A8) is known color: Fuchsia. HEX triplet: C3, 55 and A8. RGB value is (195,85,168). Sum of RGB (Red+Green+Blue) = 195+85+168=448 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.53% from 448); Green value is 85 (33.59% from 255 or 18.97% from 448); Blue value is 168 (66.02% from 255 or 37.5% from 448); Max value from RGB is 195 - color contains mainly: red. Hex color #C355A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C355A8 is #3CAA57. Grayscale: #7F7F7F. Windows color (decimal): -3975768 or 11032003. OLE color: 11032003.

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

Color convert

RGB 195 85 168 -
CMYK 0 0.56 0.14 0.24
HSL 314.73º 0.48% 0.55% -
HSV(B) 314.73º 0.56% 0.76% -
XYZ 32.82 20.93 39.36 -
YUV 127.35 150.94 176.25 -
System Red Green Blue C M Y K H S L
Decimal 195 85 168 0 0.56 0.14 0.24 314.73 0.48 0.55
Hex C3 55 A8 0 38 E 18 13B 30 37
Octal 303 125 250 0 70 16 30 473 60 67
Binary 11000011 1010101 10101000 0 111000 1110 11000 100111011 110000 110111

Color Harmonies of #C355A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C355A8

Black with #C355A8

Text Example


Text Example

White with #C355A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C355A8; }

 p { color: rgb(195,85,168); }

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

background-color css

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

 a { background-color: rgb(195,85,168); }

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

border-color css

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

 span { border-color: rgb(195,85,168); }

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