Html Css Color HEX #C355C6 Fuchsia

📋 copy color: '#C355C6'

red 195 ◦ green 85 ◦ blue 198

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

Shades of Fuchsia #C355C6

Tints of Fuchsia #C355C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 41.42%

R = 40.79%
G = 17.78%
B = 41.42%

CMYK

 C value IS 0.02

 M value IS 0.57

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C355C6 (or 0xC355C6) is known color: Fuchsia. HEX triplet: C3, 55 and C6. RGB value is (195,85,198). Sum of RGB (Red+Green+Blue) = 195+85+198=478 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.79% from 478); Green value is 85 (33.59% from 255 or 17.78% from 478); Blue value is 198 (77.73% from 255 or 41.42% from 478); Max value from RGB is 198 - color contains mainly: blue. Hex color #C355C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C355C6 is #3CAA39. Grayscale: #828282. Windows color (decimal): -3975738 or 12998083. OLE color: 12998083.

HSL color Cylindrical-coordinate representation of color #C355C6: hue angle of 298.41º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C355C6 is Cyan = 0.02, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 195 85 198 -
CMYK 0.02 0.57 0 0.22
HSL 298.41º 0.5% 0.55% -
HSV(B) 298.41º 0.57% 0.78% -
XYZ 35.95 22.18 55.81 -
YUV 130.77 165.94 173.81 -
System Red Green Blue C M Y K H S L
Decimal 195 85 198 0.02 0.57 0 0.22 298.41 0.5 0.55
Hex C3 55 C6 2 39 0 16 12A 32 37
Octal 303 125 306 2 71 0 26 452 62 67
Binary 11000011 1010101 11000110 10 111001 0 10110 100101010 110010 110111

Color Harmonies of #C355C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C355C6

Black with #C355C6

Text Example


Text Example

White with #C355C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C355C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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