Html Css Color HEX #C353BA Fuchsia

📋 copy color: '#C353BA'

red 195 ◦ green 83 ◦ blue 186

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

Shades of Fuchsia #C353BA

Tints of Fuchsia #C353BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40.09%

R = 42.03%
G = 17.89%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C353BA (or 0xC353BA) is known color: Fuchsia. HEX triplet: C3, 53 and BA. RGB value is (195,83,186). Sum of RGB (Red+Green+Blue) = 195+83+186=464 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.03% from 464); Green value is 83 (32.81% from 255 or 17.89% from 464); Blue value is 186 (73.05% from 255 or 40.09% from 464); Max value from RGB is 195 - color contains mainly: red. Hex color #C353BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C353BA is #3CAC45. Grayscale: #7F7F7F. Windows color (decimal): -3976262 or 12211139. OLE color: 12211139.

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

Color convert

RGB 195 83 186 -
CMYK 0 0.57 0.05 0.24
HSL 304.82º 0.48% 0.55% -
HSV(B) 304.82º 0.57% 0.76% -
XYZ 34.46 21.33 48.76 -
YUV 128.23 160.61 175.62 -
System Red Green Blue C M Y K H S L
Decimal 195 83 186 0 0.57 0.05 0.24 304.82 0.48 0.55
Hex C3 53 BA 0 39 5 18 131 30 37
Octal 303 123 272 0 71 5 30 461 60 67
Binary 11000011 1010011 10111010 0 111001 101 11000 100110001 110000 110111

Color Harmonies of #C353BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C353BA

Black with #C353BA

Text Example


Text Example

White with #C353BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C353BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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