Html Css Color HEX #C355AF Fuchsia

📋 copy color: '#C355AF'

red 195 ◦ green 85 ◦ blue 175

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

Shades of Fuchsia #C355AF

Tints of Fuchsia #C355AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 38.46%

R = 42.86%
G = 18.68%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C355AF (or 0xC355AF) is known color: Fuchsia. HEX triplet: C3, 55 and AF. RGB value is (195,85,175). Sum of RGB (Red+Green+Blue) = 195+85+175=455 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.86% from 455); Green value is 85 (33.59% from 255 or 18.68% from 455); Blue value is 175 (68.75% from 255 or 38.46% from 455); Max value from RGB is 195 - color contains mainly: red. Hex color #C355AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C355AF is #3CAA50. Grayscale: #7F7F7F. Windows color (decimal): -3975761 or 11490755. OLE color: 11490755.

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

Color convert

RGB 195 85 175 -
CMYK 0 0.56 0.10 0.24
HSL 310.91º 0.48% 0.55% -
HSV(B) 310.91º 0.56% 0.76% -
XYZ 33.49 21.19 42.88 -
YUV 128.15 154.44 175.68 -
System Red Green Blue C M Y K H S L
Decimal 195 85 175 0 0.56 0.10 0.24 310.91 0.48 0.55
Hex C3 55 AF 0 38 A 18 137 30 37
Octal 303 125 257 0 70 12 30 467 60 67
Binary 11000011 1010101 10101111 0 111000 1010 11000 100110111 110000 110111

Color Harmonies of #C355AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C355AF

Black with #C355AF

Text Example


Text Example

White with #C355AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C355AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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