Html Css Color HEX #C354C2 Fuchsia

📋 copy color: '#C354C2'

red 195 ◦ green 84 ◦ blue 194

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

Shades of Fuchsia #C354C2

Tints of Fuchsia #C354C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 41.01%

R = 41.23%
G = 17.76%
B = 41.01%

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

#C354C2 (or 0xC354C2) is known color: Fuchsia. HEX triplet: C3, 54 and C2. RGB value is (195,84,194). Sum of RGB (Red+Green+Blue) = 195+84+194=473 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.23% from 473); Green value is 84 (33.20% from 255 or 17.76% from 473); Blue value is 194 (76.17% from 255 or 41.01% from 473); Max value from RGB is 195 - color contains mainly: red. Hex color #C354C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C354C2 is #3CAB3D. Grayscale: #818181. Windows color (decimal): -3975998 or 12735683. OLE color: 12735683.

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

Color convert

RGB 195 84 194 -
CMYK 0 0.57 0.01 0.24
HSL 300.54º 0.48% 0.55% -
HSV(B) 300.54º 0.57% 0.76% -
XYZ 35.41 21.84 53.39 -
YUV 129.73 164.27 174.56 -
System Red Green Blue C M Y K H S L
Decimal 195 84 194 0 0.57 0.01 0.24 300.54 0.48 0.55
Hex C3 54 C2 0 39 1 18 12D 30 37
Octal 303 124 302 0 71 1 30 455 60 67
Binary 11000011 1010100 11000010 0 111001 1 11000 100101101 110000 110111

Color Harmonies of #C354C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C354C2

Black with #C354C2

Text Example


Text Example

White with #C354C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C354C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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