Html Css Color HEX #C353AC Fuchsia

📋 copy color: '#C353AC'

red 195 ◦ green 83 ◦ blue 172

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

Shades of Fuchsia #C353AC

Tints of Fuchsia #C353AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 38.22%

R = 43.33%
G = 18.44%
B = 38.22%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C353AC (or 0xC353AC) is known color: Fuchsia. HEX triplet: C3, 53 and AC. RGB value is (195,83,172). Sum of RGB (Red+Green+Blue) = 195+83+172=450 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.33% from 450); Green value is 83 (32.81% from 255 or 18.44% from 450); Blue value is 172 (67.58% from 255 or 38.22% from 450); Max value from RGB is 195 - color contains mainly: red. Hex color #C353AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C353AC is #3CAC53. Grayscale: #7E7E7E. Windows color (decimal): -3976276 or 11293635. OLE color: 11293635.

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

Color convert

RGB 195 83 172 -
CMYK 0 0.57 0.12 0.24
HSL 312.32º 0.48% 0.55% -
HSV(B) 312.32º 0.57% 0.76% -
XYZ 33.05 20.77 41.3 -
YUV 126.63 153.61 176.76 -
System Red Green Blue C M Y K H S L
Decimal 195 83 172 0 0.57 0.12 0.24 312.32 0.48 0.55
Hex C3 53 AC 0 39 C 18 138 30 37
Octal 303 123 254 0 71 14 30 470 60 67
Binary 11000011 1010011 10101100 0 111001 1100 11000 100111000 110000 110111

Color Harmonies of #C353AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C353AC

Black with #C353AC

Text Example


Text Example

White with #C353AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C353AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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