Html Css Color HEX #C355C0 Fuchsia

📋 copy color: '#C355C0'

red 195 ◦ green 85 ◦ blue 192

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

Shades of Fuchsia #C355C0

Tints of Fuchsia #C355C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 40.68%

R = 41.31%
G = 18.01%
B = 40.68%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C355C0 (or 0xC355C0) is known color: Fuchsia. HEX triplet: C3, 55 and C0. RGB value is (195,85,192). Sum of RGB (Red+Green+Blue) = 195+85+192=472 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.31% from 472); Green value is 85 (33.59% from 255 or 18.01% from 472); Blue value is 192 (75.39% from 255 or 40.68% from 472); Max value from RGB is 195 - color contains mainly: red. Hex color #C355C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C355C0 is #3CAA3F. Grayscale: #818181. Windows color (decimal): -3975744 or 12604867. OLE color: 12604867.

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

Color convert

RGB 195 85 192 -
CMYK 0 0.56 0.02 0.24
HSL 301.64º 0.48% 0.55% -
HSV(B) 301.64º 0.56% 0.76% -
XYZ 35.27 21.9 52.24 -
YUV 130.09 162.94 174.3 -
System Red Green Blue C M Y K H S L
Decimal 195 85 192 0 0.56 0.02 0.24 301.64 0.48 0.55
Hex C3 55 C0 0 38 2 18 12E 30 37
Octal 303 125 300 0 70 2 30 456 60 67
Binary 11000011 1010101 11000000 0 111000 10 11000 100101110 110000 110111

Color Harmonies of #C355C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C355C0

Black with #C355C0

Text Example


Text Example

White with #C355C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C355C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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