Html Css Color HEX #C353BE Fuchsia

📋 copy color: '#C353BE'

red 195 ◦ green 83 ◦ blue 190

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

Shades of Fuchsia #C353BE

Tints of Fuchsia #C353BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.6%

R = 41.67%
G = 17.74%
B = 40.6%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C353BE (or 0xC353BE) is known color: Fuchsia. HEX triplet: C3, 53 and BE. RGB value is (195,83,190). Sum of RGB (Red+Green+Blue) = 195+83+190=468 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.67% from 468); Green value is 83 (32.81% from 255 or 17.74% from 468); Blue value is 190 (74.61% from 255 or 40.60% from 468); Max value from RGB is 195 - color contains mainly: red. Hex color #C353BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C353BE is #3CAC41. Grayscale: #808080. Windows color (decimal): -3976258 or 12473283. OLE color: 12473283.

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

Color convert

RGB 195 83 190 -
CMYK 0 0.57 0.03 0.24
HSL 302.68º 0.48% 0.55% -
HSV(B) 302.68º 0.57% 0.76% -
XYZ 34.89 21.51 51.03 -
YUV 128.69 162.61 175.3 -
System Red Green Blue C M Y K H S L
Decimal 195 83 190 0 0.57 0.03 0.24 302.68 0.48 0.55
Hex C3 53 BE 0 39 3 18 12F 30 37
Octal 303 123 276 0 71 3 30 457 60 67
Binary 11000011 1010011 10111110 0 111001 11 11000 100101111 110000 110111

Color Harmonies of #C353BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C353BE

Black with #C353BE

Text Example


Text Example

White with #C353BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C353BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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