Html Css Color HEX #C353B0 Fuchsia

📋 copy color: '#C353B0'

red 195 ◦ green 83 ◦ blue 176

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

Shades of Fuchsia #C353B0

Tints of Fuchsia #C353B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 38.77%

R = 42.95%
G = 18.28%
B = 38.77%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C353B0 (or 0xC353B0) is known color: Fuchsia. HEX triplet: C3, 53 and B0. RGB value is (195,83,176). Sum of RGB (Red+Green+Blue) = 195+83+176=454 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.95% from 454); Green value is 83 (32.81% from 255 or 18.28% from 454); Blue value is 176 (69.14% from 255 or 38.77% from 454); Max value from RGB is 195 - color contains mainly: red. Hex color #C353B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C353B0 is #3CAC4F. Grayscale: #7E7E7E. Windows color (decimal): -3976272 or 11555779. OLE color: 11555779.

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

Color convert

RGB 195 83 176 -
CMYK 0 0.57 0.10 0.24
HSL 310.18º 0.48% 0.55% -
HSV(B) 310.18º 0.57% 0.76% -
XYZ 33.44 20.92 43.35 -
YUV 127.09 155.61 176.44 -
System Red Green Blue C M Y K H S L
Decimal 195 83 176 0 0.57 0.10 0.24 310.18 0.48 0.55
Hex C3 53 B0 0 39 A 18 136 30 37
Octal 303 123 260 0 71 12 30 466 60 67
Binary 11000011 1010011 10110000 0 111001 1010 11000 100110110 110000 110111

Color Harmonies of #C353B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C353B0

Black with #C353B0

Text Example


Text Example

White with #C353B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C353B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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