Html Css Color HEX #C353AE Fuchsia

📋 copy color: '#C353AE'

red 195 ◦ green 83 ◦ blue 174

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

Shades of Fuchsia #C353AE

Tints of Fuchsia #C353AE

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.36%

 BLUE value IS 174 (68.36% from 255) = 38.5%

R = 43.14%
G = 18.36%
B = 38.5%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C353AE (or 0xC353AE) is known color: Fuchsia. HEX triplet: C3, 53 and AE. RGB value is (195,83,174). Sum of RGB (Red+Green+Blue) = 195+83+174=452 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.14% from 452); Green value is 83 (32.81% from 255 or 18.36% from 452); Blue value is 174 (68.36% from 255 or 38.50% from 452); Max value from RGB is 195 - color contains mainly: red. Hex color #C353AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C353AE is #3CAC51. Grayscale: #7E7E7E. Windows color (decimal): -3976274 or 11424707. OLE color: 11424707.

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

Color convert

RGB 195 83 174 -
CMYK 0 0.57 0.11 0.24
HSL 311.25º 0.48% 0.55% -
HSV(B) 311.25º 0.57% 0.76% -
XYZ 33.24 20.84 42.32 -
YUV 126.86 154.61 176.6 -
System Red Green Blue C M Y K H S L
Decimal 195 83 174 0 0.57 0.11 0.24 311.25 0.48 0.55
Hex C3 53 AE 0 39 B 18 137 30 37
Octal 303 123 256 0 71 13 30 467 60 67
Binary 11000011 1010011 10101110 0 111001 1011 11000 100110111 110000 110111

Color Harmonies of #C353AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C353AE

Black with #C353AE

Text Example


Text Example

White with #C353AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C353AE; }

 p { color: rgb(195,83,174); }

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

background-color css

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

 a { background-color: rgb(195,83,174); }

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

border-color css

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

 span { border-color: rgb(195,83,174); }

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