Html Css Color HEX #C354C1 Fuchsia

📋 copy color: '#C354C1'

red 195 ◦ green 84 ◦ blue 193

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

Shades of Fuchsia #C354C1

Tints of Fuchsia #C354C1

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.8%

 BLUE value IS 193 (75.78% from 255) = 40.89%

R = 41.31%
G = 17.8%
B = 40.89%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#C354C1 (or 0xC354C1) is known color: Fuchsia. HEX triplet: C3, 54 and C1. RGB value is (195,84,193). Sum of RGB (Red+Green+Blue) = 195+84+193=472 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.31% from 472); Green value is 84 (33.20% from 255 or 17.80% from 472); Blue value is 193 (75.78% from 255 or 40.89% from 472); Max value from RGB is 195 - color contains mainly: red. Hex color #C354C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C354C1 is #3CAB3E. Grayscale: #818181. Windows color (decimal): -3975999 or 12670147. OLE color: 12670147.

HSL color Cylindrical-coordinate representation of color #C354C1: hue angle of 301.08º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C354C1 is Cyan = 0, Magento = 0.57, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 84 193 -
CMYK 0 0.57 0.01 0.24
HSL 301.08º 0.48% 0.55% -
HSV(B) 301.08º 0.57% 0.76% -
XYZ 35.3 21.79 52.8 -
YUV 129.62 163.77 174.64 -
System Red Green Blue C M Y K H S L
Decimal 195 84 193 0 0.57 0.01 0.24 301.08 0.48 0.55
Hex C3 54 C1 0 39 1 18 12D 30 37
Octal 303 124 301 0 71 1 30 455 60 67
Binary 11000011 1010100 11000001 0 111001 1 11000 100101101 110000 110111

Color Harmonies of #C354C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C354C1

Black with #C354C1

Text Example


Text Example

White with #C354C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C354C1; }

 p { color: rgb(195,84,193); }

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

background-color css

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

 a { background-color: rgb(195,84,193); }

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

border-color css

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

 span { border-color: rgb(195,84,193); }

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